2020-05-19 15:56:20 -05:00
|
|
|
error[E0425]: cannot find value `bad` in this scope
|
2020-11-24 13:47:49 -06:00
|
|
|
--> $DIR/keep-expr-tokens.rs:19:62
|
2020-05-19 15:56:20 -05:00
|
|
|
|
|
|
|
|
LL | (#[recollect_attr] #[recollect_attr] ((#[recollect_attr] bad)));
|
|
|
|
| ^^^ not found in this scope
|
|
|
|
|
2022-10-05 00:35:34 -05:00
|
|
|
error[E0425]: cannot find function `missing_fn` in this scope
|
|
|
|
--> $DIR/keep-expr-tokens.rs:17:17
|
|
|
|
|
|
|
|
|
LL | for item in missing_fn() {}
|
|
|
|
| ^^^^^^^^^^ not found in this scope
|
|
|
|
|
2020-05-19 15:56:20 -05:00
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|