Skip to content

Commit e1a69da

Browse files
committed
unstable-book/intrinsics: wordsmith MIR-lowering intrinsic docs
1 parent e643f59 commit e1a69da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/unstable-book/src/language-features/intrinsics.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Various intrinsics have native MIR operations that they correspond to. Instead o
5353
backends to implement both the intrinsic and the MIR operation, the `lower_intrinsics` pass
5454
will convert the calls to the MIR operation. Backends do not need to know about these intrinsics
5555
at all. These intrinsics only make sense without a body, and can be declared as a `#[rustc_intrinsic]`.
56-
The body is never used, as calls to the intrinsic do not exist anymore after MIR analyses.
56+
The body is never used as the lowering pass implements support for all backends, so we never have to
57+
use the fallback logic.
5758

5859
## Intrinsics without fallback logic
5960

0 commit comments

Comments
 (0)