summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/type-ascription-instead-of-variant.fixed
blob: b3247e1287d9989e07d7d61f16c7fa2dae9cc6d4 (plain)
1
2
3
4
5
// run-rustfix
fn main() {
    let _ = Option::Some("");
    //~^ ERROR expected type, found
}