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