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