]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/keep-expr-tokens.stderr
normalize stderr
[rust.git] / src / test / ui / proc-macro / keep-expr-tokens.stderr
1 error[E0425]: cannot find value `bad` in this scope
2   --> $DIR/keep-expr-tokens.rs:19:62
3    |
4 LL |     (#[recollect_attr] #[recollect_attr] ((#[recollect_attr] bad)));
5    |                                                              ^^^ not found in this scope
6
7 error[E0425]: cannot find function `missing_fn` in this scope
8   --> $DIR/keep-expr-tokens.rs:17:17
9    |
10 LL |     for item in missing_fn() {}
11    |                 ^^^^^^^^^^ not found in this scope
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0425`.