]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/issue-66968-suggest-sorted-words.stderr
Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk
[rust.git] / tests / 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`.