Files
rust/src/test
Eric Huss c5f8675291 Rollup merge of #89311 - FabianWolff:issue-89305, r=oli-obk
Add unit assignment to MIR for `asm!()`

Fixes #89305. `ExprKind::LlvmInlineAsm` gets a `push_assign_unit()` here:
https://github.com/rust-lang/rust/blob/2b6ed3b675475abc01ce7e68bb75b457f0c85684/compiler/rustc_mir_build/src/build/expr/into.rs#L475-L479

The same should probably happen for `ExprKind::InlineAsm`, which fixes the "use of possibly-uninitialized variable" error described in #89305.
2021-09-29 19:33:39 -07:00
..
2021-09-20 08:32:21 +02:00
2021-09-25 01:08:41 +01:00
2021-09-21 10:04:44 -05:00
2021-09-22 11:48:01 -05:00
2021-09-12 02:30:24 +00:00
2021-09-26 18:22:07 +02:00