Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
ui
/
issues
/
issue-28586.rs
blob: c543ef9b0e3d8466b024cab48a009f1e62ca1001 [
file
]
// Regression test for issue #28586
pub
trait
Foo
{}
impl
Foo
for
[
u8
;
usize
::
BYTES
]
{}
//~^ ERROR no associated item named `BYTES` found
fn
main
()
{
}