blob: c543ef9b0e3d8466b024cab48a009f1e62ca1001 [file] [log] [blame]
// Regression test for issue #28586
pub trait Foo {}
impl Foo for [u8; usize::BYTES] {}
//~^ ERROR no associated item named `BYTES` found
fn main() { }