]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-path-prelude-fail-3.stderr
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
[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 error: aborting due to previous error
13