blob: b499400472153727cffe0974653311db1afe7bc4 [file] [log] [blame]
error: constant expression depends on a generic parameter
--> $DIR/issue-72819-generic-in-const-eval.rs:9:39
|
LL | where Assert::<{N < usize::MAX / 2}>: IsTrue,
| ^^^^^^
|
= note: this may fail depending on what value the parameter takes
error: aborting due to previous error