We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asm!
1 parent 3750348 commit b8e9da7Copy full SHA for b8e9da7
src/librustc_mir/transform/promote_consts.rs
@@ -101,7 +101,6 @@ impl<'tcx> Visitor<'tcx> for TempCollector<'tcx> {
101
if *temp == TempState::Undefined {
102
match context {
103
PlaceContext::MutatingUse(MutatingUseContext::Store) |
104
- PlaceContext::MutatingUse(MutatingUseContext::AsmOutput) |
105
PlaceContext::MutatingUse(MutatingUseContext::Call) => {
106
*temp = TempState::Defined {
107
location,
0 commit comments