blob: b176f9d1c75aa95d2b0ecfa8a567aa73c3ecf79e [file] [log] [blame]
error: generic parameters may not be used in const operations
--> $DIR/issue-61747.rs:8:30
|
LL | fn successor() -> Const<{C + 1}> {
| ^ cannot perform const operation using `C`
|
= help: const parameters may only be used as standalone arguments, i.e. `C`
error: aborting due to previous error