#![feature(const_generics)] //~^ WARN the feature `const_generics` is incomplete and may cause the compiler to crash #![deny(non_upper_case_globals)] fn noop() { //~^ ERROR const parameter `x` should have an upper case name } fn main() {}