]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/issues/issue-72819-generic-in-const-eval.full.stderr
Update tests to remove old numeric constants
[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:39
3    |
4 LL | where Assert::<{N < usize::MAX / 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