rust/tests/ui/suggestions/issue-66968-suggest-sorted-words.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
110 B
Rust
Raw Normal View History

2020-01-04 12:58:04 -06:00
fn main() {
let a_longer_variable_name = 1;
println!("{}", a_variable_longer_name); //~ ERROR E0425
}