2022-03-03 21:46:45 -08:00
|
|
|
error: failed to evaluate generic const expression
|
|
|
|
--> $DIR/auxiliary/issue-94287-aux.rs:15:8
|
|
|
|
|
|
|
|
|
LL | If<{ FRAC <= 32 }>: True,
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: the crate this constant originates from uses `#![feature(generic_const_exprs)]`
|
|
|
|
help: consider enabling this feature
|
2022-05-31 16:38:03 -07:00
|
|
|
--> $DIR/issue-94287.rs:1:1
|
2022-03-03 21:46:45 -08:00
|
|
|
|
|
2023-03-18 02:18:39 +00:00
|
|
|
LL + #![feature(generic_const_exprs)]
|
2022-03-03 21:46:45 -08:00
|
|
|
|
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|