]> git.lizzy.rs Git - rust.git/blob - src/test/ui/does-nothing.stderr
Auto merge of #81507 - weiznich:add_diesel_to_cargo_test, r=Mark-Simulacrum
[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`.