blob: 46b06e2b3662a593eb151ae66b6c1ad57fa509a2 [file] [log] [blame]
fn foo() {
let x: usize<foo>; //~ ERROR const arguments are not allowed for this type
}
fn main() {}