blob: 156ae68efe2c50235036c981b89870ca431a95a4 [file] [log] [blame]
fn main() {
let foo = 42u32;
const FOO : u32 = foo;
//~^ ERROR attempt to use a non-constant value in a constant
}