rustc_const_unstable attribute ignored in const promotion #50901
Labels
A-const-eval
Area: Constant evaluation (MIR interpretation)
A-const-fn
Area: const fn foo(..) {..}. Pure functions which can be applied at compile time.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
works on nightly but not on beta, because the
subsec_millis
function wasn't unstably const fn when beta was split off.The text was updated successfully, but these errors were encountered: