fn foo() { let x: usize; //~ ERROR const arguments are not allowed for this type } fn main() {}