]> git.proxmox.com Git - rustc.git/blame - src/test/ui/macros/macro-backtrace-nested.stderr
New upstream version 1.19.0+dfsg1
[rustc.git] / src / test / ui / macros / macro-backtrace-nested.stderr
CommitLineData
32a655c1 1error[E0425]: cannot find value `fake` in this scope
9e0c209e
SL
2 --> $DIR/macro-backtrace-nested.rs:15:12
3 |
415 | () => (fake)
32a655c1 5 | ^^^^ not found in this scope
9e0c209e
SL
6...
727 | 1 + call_nested_expr!();
8 | ------------------- in this macro invocation
9
32a655c1 10error[E0425]: cannot find value `fake` in this scope
9e0c209e
SL
11 --> $DIR/macro-backtrace-nested.rs:15:12
12 |
1315 | () => (fake)
32a655c1 14 | ^^^^ not found in this scope
9e0c209e
SL
15...
1628 | call_nested_expr_sum!();
17 | ------------------------ in this macro invocation
18
7cac9316 19error: aborting due to previous error(s)
9e0c209e 20