blob: 4c136ad4b787a79ecbf86841fb91a55eecc2c41b [file] [log] [blame]
error[E0425]: cannot find value `abcd` in this scope
--> $DIR/qquote.rs:35:38
|
LL | let expr = quote_expr!(&cx, 2 - $abcd + 7); //~ ERROR cannot find value `abcd` in this scope
| ^^^^ not found in this scope
error: aborting due to previous error
For more information about this error, try `rustc --explain E0425`.