mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 03:38:29 +00:00
15 lines
384 B
Plaintext
15 lines
384 B
Plaintext
![]() |
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
|
||
|
|
|
||
|
LL | #![feature(generic_const_exprs)]
|
||
|
|
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|