]> git.proxmox.com Git - rustc.git/blame - tests/ui/const-generics/generic_const_exprs/issue-94287.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / const-generics / generic_const_exprs / issue-94287.stderr
CommitLineData
5e7ed085
FG
1error: failed to evaluate generic const expression
2 --> $DIR/auxiliary/issue-94287-aux.rs:15:8
3 |
4LL | If<{ FRAC <= 32 }>: True,
5 | ^^^^^^^^^^^^^^
6 |
7 = note: the crate this constant originates from uses `#![feature(generic_const_exprs)]`
8help: consider enabling this feature
923072b8 9 --> $DIR/issue-94287.rs:1:1
5e7ed085 10 |
353b0b11 11LL + #![feature(generic_const_exprs)]
5e7ed085
FG
12 |
13
4b012472 14error: aborting due to 1 previous error
5e7ed085 15