Sign in
rust
/
rust
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-28586.rs
blob: 9520e0e51a15aad07c2d32954a3494ae4be10818 [
file
] [
edit
]
// 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
()
{
}