summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0608.stderr
blob: ab75fe82af350c77ffc839ea2482a6dbb3d2b0c4 (plain)
1
2
3
4
5
6
7
8
error[E0608]: cannot index into a value of type `u8`
  --> $DIR/E0608.rs:12:5
   |
12 |     0u8[2]; //~ ERROR E0608
   |     ^^^^^^

error: aborting due to previous error