blob: 4a3d85499da81b113f3d2fc5b782982124a00b23 [file] [log] [blame]
#![feature(portable_simd)]
use std::simd::Mask;
fn main() {
let y = Mask::<_, _>::splat(false);
//~^ ERROR: type annotations needed
//~| ERROR type annotations needed
}