]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const_evaluatable/no_where_clause.stderr
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / ui / const_evaluatable / no_where_clause.stderr
CommitLineData
5869c6ff
XL
1error: unconstrained generic constant
2 --> $DIR/no_where_clause.rs:10:6
3 |
4LL | b: [f32; complex_maths(N)],
5 | ^^^^^^^^^^^^^^^^^^^^^^^
6 |
cdc7bbd5 7 = help: try adding a `where` bound using this expression: `where [(); complex_maths(N)]:`
5869c6ff
XL
8
9error: aborting due to previous error
10