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