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

12 lines
388 B
Plaintext

error[E0599]: no associated item named `MIN` found for type `u8` in the current scope
--> $DIR/issue-22933-3.rs:1:22
|
LL | const FOO: [u32; u8::MIN as usize] = [];
| ----^^^
| |
| associated item not found in `u8`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0599`.