]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/keep-expr-tokens.stderr
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
[rust.git] / src / test / ui / proc-macro / keep-expr-tokens.stderr
1 error[E0425]: cannot find function `missing_fn` in this scope
2   --> $DIR/keep-expr-tokens.rs:17:17
3    |
4 LL |     for item in missing_fn() {}
5    |                 ^^^^^^^^^^ not found in this scope
6
7 error[E0425]: cannot find value `bad` in this scope
8   --> $DIR/keep-expr-tokens.rs:19:62
9    |
10 LL |     (#[recollect_attr] #[recollect_attr] ((#[recollect_attr] bad)));
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`.