rust/src/test/ui/macros/macro-backtrace-nested.stderr

21 lines
525 B
Plaintext
Raw Normal View History

error[E0425]: unresolved name `fake`
--> $DIR/macro-backtrace-nested.rs:15:12
|
15 | () => (fake)
2016-09-26 18:05:46 -05:00
| ^^^^ unresolved name
...
27 | 1 + call_nested_expr!();
| ------------------- in this macro invocation
error[E0425]: unresolved name `fake`
--> $DIR/macro-backtrace-nested.rs:15:12
|
15 | () => (fake)
2016-09-26 18:05:46 -05:00
| ^^^^ unresolved name
...
28 | call_nested_expr_sum!();
| ------------------------ in this macro invocation
error: aborting due to 2 previous errors