]> git.proxmox.com Git - rustc.git/blame - src/test/ui/macros/macro-path-prelude-fail-3.stderr
New upstream version 1.42.0+dfsg1
[rustc.git] / src / test / ui / macros / macro-path-prelude-fail-3.stderr
CommitLineData
e1599b0c 1error: cannot find macro `inline` in this scope
dfeec247 2 --> $DIR/macro-path-prelude-fail-3.rs:6:5
b7449926 3 |
532ac7d7 4LL | inline!();
416331ca 5 | ^^^^^^ help: a macro with a similar name exists: `line`
dfeec247
XL
6 |
7 ::: $SRC_DIR/libcore/macros/mod.rs:LL:COL
8 |
9LL | macro_rules! line {
10 | ----------------- similarly named macro `line` defined here
b7449926
XL
11
12error: aborting due to previous error
13