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