Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-28586.rs
blob: c543ef9b0e3d8466b024cab48a009f1e62ca1001 [
file
] [
log
] [
blame
] [
edit
]
// Regression test for issue #28586
pub
trait
Foo
{}
impl
Foo
for
[
u8
;
usize
::
BYTES
]
{}
//~^ ERROR no associated item named `BYTES` found
fn
main
()
{
}