]> git.proxmox.com Git - rustc.git/blob - src/test/ui/macros/macro-backtrace-nested.stderr
New upstream version 1.13.0+dfsg1
[rustc.git] / src / test / ui / macros / macro-backtrace-nested.stderr
1 error[E0425]: unresolved name `fake`
2 --> $DIR/macro-backtrace-nested.rs:15:12
3 |
4 15 | () => (fake)
5 | ^^^^ unresolved name
6 ...
7 27 | 1 + call_nested_expr!();
8 | ------------------- in this macro invocation
9
10 error[E0425]: unresolved name `fake`
11 --> $DIR/macro-backtrace-nested.rs:15:12
12 |
13 15 | () => (fake)
14 | ^^^^ unresolved name
15 ...
16 28 | call_nested_expr_sum!();
17 | ------------------------ in this macro invocation
18
19 error: aborting due to 2 previous errors
20