]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/const-expression-parameter.min.stderr
Rollup merge of #75485 - RalfJung:pin, r=nagisa
[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