]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/issue-90878-3.rs
Do not suggest `let_else` if no bindings would be introduced
[rust.git] / src / test / ui / consts / issue-90878-3.rs
1
2 fn main() {
3     |x: usize| [0; x];  //~ ERROR attempt to use a non-constant value in a constant [E0435]
4     // (note the newline before "fn")
5 }
6 // ignore-tidy-leading-newlines