blob: 8a3bcf25963f15498d20f29abbb5974a7bcca2c2 [file] [log] [blame]
struct Foo<const NAME: &'static str>; //~ ERROR `&'static str` is forbidden
fn main() {}