mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 02:57:16 +00:00
The contract_checks compiler flag is now used to determine if runtime contract checks should be enabled, as opposed to the compiler intrinsic as previously.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.