]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/issue-90878-3.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / consts / issue-90878-3.stderr
CommitLineData
3c0e092e
XL
1error[E0435]: attempt to use a non-constant value in a constant
2 --> $DIR/issue-90878-3.rs:3:20
3 |
4LL | |x: usize| [0; x];
5 | - ^
6 | |
7 | this would need to be a `const`
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0435`.