mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 05:06:09 +00:00
This matches the behavior of Clang and allows us to remove several hacks which were needed to ensure functions weren't optimized away before reaching the instrumentation pass.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.