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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
399 B
Plaintext
Raw Normal View History

error: cannot find macro `inline` in this scope
--> $DIR/macro-path-prelude-fail-3.rs:2:5
|
2019-03-09 12:03:44 +00:00
LL | inline!();
| ^^^^^^ help: a macro with a similar name exists: `line`
--> $SRC_DIR/core/src/macros/mod.rs:LL:COL
|
= note: similarly named macro `line` defined here
2021-08-22 13:05:35 +00:00
|
= note: `inline` is in scope, but it is an attribute: `#[inline]`
error: aborting due to previous error