]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-path-prelude-fail-3.stderr
Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillot
[rust.git] / tests / ui / macros / macro-path-prelude-fail-3.stderr
1 error: cannot find macro `inline` in this scope
2   --> $DIR/macro-path-prelude-fail-3.rs:2:5
3    |
4 LL |     inline!();
5    |     ^^^^^^ help: a macro with a similar name exists: `line`
6   --> $SRC_DIR/core/src/macros/mod.rs:LL:COL
7    |
8    = note: similarly named macro `line` defined here
9    |
10    = note: `inline` is in scope, but it is an attribute: `#[inline]`
11
12 error: aborting due to previous error
13