Skip to content

Commit 181fce3

Browse files
committed
missing macro export
1 parent 20ee95d commit 181fce3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ extern crate test;
404404

405405
#[cfg(not(feature = "nightly"))]
406406
#[allow(unused_macros)]
407+
#[macro_export]
407408
macro_rules! compiler_error {
408409
($e:expr) => {
409410
INVALID_NOM_SYNTAX_PLEASE_SEE_FAQ //https://github.com/Geal/nom/blob/master/doc/FAQ.md#using-nightly-to-get-better-error-messages

0 commit comments

Comments
 (0)