blob: 4ab80d944a56fd98fd6ff3e1ab211c175b56c276 [file] [log] [blame]
fn foo() {
let x: usize<foo>; //~ ERROR const arguments are not allowed on builtin type `usize`
}
fn main() {}