]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/issue-66968-suggest-sorted-words.rs
Rollup merge of #107255 - lcnr:implied-b-hr, r=oli-obk
[rust.git] / tests / ui / suggestions / issue-66968-suggest-sorted-words.rs
1 fn main() {
2     let a_longer_variable_name = 1;
3     println!("{}", a_variable_longer_name); //~ ERROR E0425
4 }