blob: ceb1dd89daea9b96383b59765ef73e475b1ff979 [file] [log] [blame]
fn main() {
let _ = Option:Some(vec![0, 1]); //~ ERROR expected type, found
}
// This case isn't currently being handled gracefully due to the macro invocation.