]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/issue-66968-suggest-sorted-words.stderr
Override rustc version in ui and mir-opt tests to get stable hashes
[rust.git] / src / test / ui / suggestions / issue-66968-suggest-sorted-words.stderr
1 error[E0425]: cannot find value `a_variable_longer_name` in this scope
2   --> $DIR/issue-66968-suggest-sorted-words.rs:3:20
3    |
4 LL |     println!("{}", a_variable_longer_name);
5    |                    ^^^^^^^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `a_longer_variable_name`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0425`.