]> git.lizzy.rs Git - rust.git/blob - src/test/ui/syntax-extension-minor.stderr
Auto merge of #53286 - nagisa:cast-assumes, r=eddyb
[rust.git] / src / test / ui / syntax-extension-minor.stderr
1 error[E0425]: cannot find value `asdf_fdsa` in this scope
2   --> $DIR/syntax-extension-minor.rs:20:13
3    |
4 LL |     assert!(concat_idents!(asd, f_f, dsa) == "<.<".to_string());
5    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0425`.