blob: e42e34055068133bab087e8bfb96eee7ed409141 [file] [log] [blame]
// Type ascription is feature gated
fn main() {
let a = 10: u8; //~ ERROR type ascription is experimental
}