]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/const-expression-parameter.min.stderr
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
[rust.git] / src / test / ui / const-generics / const-expression-parameter.min.stderr
1 error: expected one of `,` or `>`, found `+`
2   --> $DIR/const-expression-parameter.rs:16:22
3    |
4 LL |     i32_identity::<1 + 2>();
5    |                      ^ expected one of `,` or `>`
6
7 error: aborting due to previous error
8