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

14 lines
407 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`
|
::: $SRC_DIR/libcore/macros.rs:LL:COL
|
LL | macro_rules! line { () => { /* compiler built-in */ } }
| ----------------- similarly named macro `line` defined here
error: aborting due to previous error