]> git.proxmox.com Git - rustc.git/blob - src/test/ui/consts/issue-90878.rs
New upstream version 1.58.1+dfsg1
[rustc.git] / src / test / ui / consts / issue-90878.rs
1 fn main() {
2 |x: usize| [0; x]; //~ ERROR attempt to use a non-constant value in a constant [E0435]
3 // (note the space before "fn")
4 }