Files
rust/src
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 22:21:42 -04:00
2021-09-29 15:27:44 -07:00
2021-09-28 11:31:47 +09:00
2021-09-20 22:21:42 -04:00
2021-09-20 23:07:04 +02:00
2021-09-20 22:21:42 -04:00
2021-09-08 20:51:05 -04:00
2021-09-03 21:54:48 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.