2016-11-30 16:35:25 -06:00
|
|
|
error[E0425]: unresolved value `fake`
|
2016-08-17 09:20:04 -05:00
|
|
|
--> $DIR/macro-backtrace-nested.rs:15:12
|
|
|
|
|
|
|
|
|
15 | () => (fake)
|
2016-11-30 16:35:25 -06:00
|
|
|
| ^^^^ no resolution found
|
2016-08-17 09:20:04 -05:00
|
|
|
...
|
|
|
|
27 | 1 + call_nested_expr!();
|
|
|
|
| ------------------- in this macro invocation
|
|
|
|
|
2016-11-30 16:35:25 -06:00
|
|
|
error[E0425]: unresolved value `fake`
|
2016-08-17 09:20:04 -05:00
|
|
|
--> $DIR/macro-backtrace-nested.rs:15:12
|
|
|
|
|
|
|
|
|
15 | () => (fake)
|
2016-11-30 16:35:25 -06:00
|
|
|
| ^^^^ no resolution found
|
2016-08-17 09:20:04 -05:00
|
|
|
...
|
|
|
|
28 | call_nested_expr_sum!();
|
|
|
|
| ------------------------ in this macro invocation
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|