We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7352353 commit ea33f70Copy full SHA for ea33f70
src/asm.md
@@ -277,7 +277,7 @@ pub enum InlineAsmOperand<'tcx> {
277
}
278
```
279
280
-As part of HAIR lowering, `InOut` and `SplitInOut` operands are lowered to a split form with a
+As part of THIR lowering, `InOut` and `SplitInOut` operands are lowered to a split form with a
281
separate `in_value` and `out_place`.
282
283
Semantically, the `InlineAsm` terminator is similar to the `Call` terminator except that it has
0 commit comments