]> git.lizzy.rs Git - rust.git/blob - src/test/ui/does-nothing.stderr
Sync rust-lang/portable-simd@5f49d4c8435a25d804b2f375e949cb25479f5be9
[rust.git] / src / test / ui / does-nothing.stderr
1 error[E0425]: cannot find value `this_does_nothing_what_the` in this scope
2   --> $DIR/does-nothing.rs:1:32
3    |
4 LL | fn main() { println!("doing"); this_does_nothing_what_the; println!("boing"); }
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`.