summary refs log tree commit diff
path: root/src/test/ui/invalid-path-in-const.stderr
blob: be1de60bca559c82e1313aecd664eace303b4ec4 (plain)
1
2
3
4
5
6
7
8
error[E0599]: no associated item named `DOESNOTEXIST` found for type `u32` in the current scope
  --> $DIR/invalid-path-in-const.rs:12:18
   |
12 |     fn f(a: [u8; u32::DOESNOTEXIST]) {}
   |                  ^^^^^^^^^^^^^^^^^ associated item not found in `u32`

error: aborting due to previous error