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

14 lines
375 B
Plaintext
Raw Normal View History

error: cannot find macro `inline` in this scope
--> $DIR/macro-path-prelude-fail-3.rs:6:5
|
2019-03-09 06:03:44 -06:00
LL | inline!();
| ^^^^^^ help: a macro with a similar name exists: `line`
|
::: $SRC_DIR/libcore/macros/mod.rs:LL:COL
|
LL | macro_rules! line {
| ----------------- similarly named macro `line` defined here
error: aborting due to previous error