blob: 13c9f05ccd66787a74c338291dd40de5a8f6f8a6 [file]
error[E0433]: cannot find module or crate `macro_escape` in this scope
--> $DIR/illegal-macro-use.rs:12:3
|
LL | #[macro_escape::a::b]
| ^^^^^^^^^^^^ use of unresolved module or unlinked crate `macro_escape`
error[E0433]: cannot find module or crate `macro_escape` in this scope
--> $DIR/illegal-macro-use.rs:9:3
|
LL | #[macro_escape::a]
| ^^^^^^^^^^^^ use of unresolved module or unlinked crate `macro_escape`
error[E0433]: cannot find module or crate `macro_use` in this scope
--> $DIR/illegal-macro-use.rs:6:3
|
LL | #[macro_use::a::b]
| ^^^^^^^^^ use of unresolved module or unlinked crate `macro_use`
error[E0433]: cannot find module or crate `macro_use` in this scope
--> $DIR/illegal-macro-use.rs:3:3
|
LL | #[macro_use::a]
| ^^^^^^^^^ use of unresolved module or unlinked crate `macro_use`
error: aborting due to 4 previous errors
For more information about this error, try `rustc --explain E0433`.