]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/issues/issue-72819-generic-in-const-eval.full.stderr
e4105a3df1c88f26f1c19bf7933354060ad45fb2
[rust.git] / src / test / ui / const-generics / issues / issue-72819-generic-in-const-eval.full.stderr
1 error: constant expression depends on a generic parameter
2   --> $DIR/issue-72819-generic-in-const-eval.rs:9:47
3    |
4 LL | where Assert::<{N < usize::max_value() / 2}>: IsTrue,
5    |                                               ^^^^^^
6    |
7    = note: this may fail depending on what value the parameter takes
8
9 error: aborting due to previous error
10