1
Fork 0
rust/src/test/ui/macros/macro-path-prelude-fail-3.stderr

9 lines
222 B
Text
Raw Normal View History

error: cannot find macro `inline` in this scope
--> $DIR/macro-path-prelude-fail-3.rs:2:5
|
2019-03-09 15:03:44 +03:00
LL | inline!();
| ^^^^^^ help: a macro with a similar name exists: `line`
error: aborting due to previous error