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