summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0435.stderr
blob: 855903b7ec35ea096a89de6278a212a0a923bc69 (plain)
1
2
3
4
5
6
7
8
error[E0435]: attempt to use a non-constant value in a constant
  --> $DIR/E0435.rs:13:17
   |
13 |     let _: [u8; foo]; //~ ERROR E0435
   |                 ^^^ non-constant value

error: aborting due to previous error