]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/issue-66968-suggest-sorted-words.rs
Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid
[rust.git] / src / test / 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 }