References to local variables are considered to need dropping if a local variable does #90193
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.
For example, function
f
is rejected with an error thata
needs dropping, whileg
succeeds even though it should use more conservative qualification because it uses an opaque functionid
:@rustbot label +A-const-eval +A-const-fn
The text was updated successfully, but these errors were encountered: