summaryrefslogtreecommitdiff
path: root/tests/ui/suggestions/type-ascription-instead-of-variant.fixed
blob: 04cb206862462cf39342bfab3722f2216ecaac0b (plain)
1
2
3
4
5
// run-rustfix
fn main() {
    let _ = Option::Some("");
    //~^ ERROR path separator must be a double colon
}