You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to #2775 -- FIXME in typeck::transaction_methods::commit says "could use a vec::clear() that ran destructors but kept the vec at its currently allocated length"
The text was updated successfully, but these errors were encountered:
Emit a warning when Miri is used with optimizations
This may address rust-lang/miri#2797, by clarifying to the user what is going on and what the consequences of their choices are.
Fixesrust-lang/miri#2797
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Similarly to #2775 -- FIXME in
typeck::transaction_methods::commit
says "could use avec::clear()
that ran destructors but kept the vec at its currently allocated length"The text was updated successfully, but these errors were encountered: