blob: 83c90a24d70bd1d4bb53606a5533f2af173ccef7 [file]
error[E0599]: no associated function or constant named `DOESNOTEXIST` found for type `u32` in the current scope
--> $DIR/invalid-path-in-const.rs:2:23
|
LL | fn f(a: [u8; u32::DOESNOTEXIST]) {}
| ^^^^^^^^^^^^ associated function or constant not found in `u32`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0599`.