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.