summaryrefslogtreecommitdiff
path: root/tests/ui/type/ascription/issue-47666.rs
blob: e2f5d03ef74250bf9873e5083c3b54e906de710d (plain)
1
2
3
4
// run-rustfix
fn main() {
    let _ = Option:Some(vec![0, 1]); //~ ERROR path separator must be a double colon
}