mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-30 04:24:26 +00:00
Docs: clarify that certain intrinsics are not unsafe
As determined by the hardcoded list at 003b8eadd7/compiler/rustc_typeck/src/check/intrinsic.rs (L59-L92)
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.