Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
issues
/
issue-28586.rs
blob: 9520e0e51a15aad07c2d32954a3494ae4be10818 [
file
]
// Regression test for issue #28586
pub
trait
Foo
{}
impl
Foo
for
[
u8
;
usize
::
BYTES
]
{}
//~^ ERROR no associated function or constant named `BYTES` found
fn
main
()
{
}