rust/src/test/ui/issues/issue-28586.stderr
Alexander Regueiro 58a5756f4d Fixed more tests.
2018-12-26 21:40:21 +00:00

12 lines
396 B
Plaintext

error[E0599]: no associated item named `BYTES` found for type `usize` in the current scope
--> $DIR/issue-28586.rs:4:26
|
LL | impl Foo for [u8; usize::BYTES] {}
| -------^^^^^
| |
| associated item not found in `usize`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0599`.