1 2 3 4 5 6 7
// Regression test for issue #28586 pub trait Foo {} impl Foo for [u8; usize::BYTES] {} //~^ ERROR no associated item named `BYTES` found fn main() { }