blob: 8a64053a4f0031c63cbdf47660f03f99ec870f06 [file] [log] [blame]
fn foo<X>() { }
fn main() {
foo(); //~ ERROR type annotations needed
}