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
This came up in rust-lang/miri#450 but is really a t-opsem question, not a Miri question.
Obviously anything marked #[used] is guaranteed to show up (though it seems there are issues that make this not always true, but this seems like a rustc implementation issue to me, the spec is unambiguous).
But @joboet wants this to be guaranteed for more cases. I'll let them do the motivation and summary for that.