]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-path-prelude-fail-3.stderr
Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomez
[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