References to local variables are considered to need dropping if a local variable does #90193
Labels
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
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: