blob: 282f72be6da6e3bc2e139123e90271824caeb544 [file] [log] [blame]
error: generic parameters may not be used in const operations
--> $DIR/issue-66205.rs:8:14
|
LL | fact::<{ N - 1 }>();
| ^ cannot perform const operation using `N`
|
= help: const parameters may only be used as standalone arguments, i.e. `N`
error: aborting due to previous error