summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/silenced-binding-typo.fixed
blob: e0f9e31bef3108aabc127107bbdaa327a0029791 (plain)
1
2
3
4
5
// run-rustfix
fn main() {
    let x = 42; //~ HELP
    let _y = x; //~ ERROR
}