]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-path-prelude-fail-3.stderr
Rollup merge of #89945 - JohnTitor:we-now-specialize-clone-from-slice, r=the8472
[rust.git] / src / test / 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    |
7   ::: $SRC_DIR/core/src/macros/mod.rs:LL:COL
8    |
9 LL |     macro_rules! line {
10    |     ----------------- similarly named macro `line` defined here
11    |
12    = note: `inline` is in scope, but it is an attribute: `#[inline]`
13
14 error: aborting due to previous error
15