#![feature(const_generics)] //~ WARN the feature `const_generics` is incomplete pub const fn func_name() {} //~^ ERROR using raw pointers fn main() {}