summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type/ascription/issue-47666.fixed
blob: c4db747551e5202b21ada7a939385f407f4c4e9b (plain)
1
2
3
4
// run-rustfix
fn main() {
    let _ = Option::Some(vec![0, 1]); //~ ERROR expected type, found
}