Begin to implement type system layer of unsafe binders by compiler-errors · Pull Request #134625 · rust-lang/rust (original) (raw)
Some changes occurred in exhaustiveness checking
cc @Nadrieril
Some changes occurred to MIR optimizations
cc @rust-lang/wg-mir-opt
changes to the core type system
Some changes occurred in compiler/rustc_sanitizers
cc @rust-lang/project-exploit-mitigations, @rcvalle
Some changes occurred to the CTFE / Miri interpreter
cc @rust-lang/miri
Some changes occurred to the CTFE machinery
cc @rust-lang/wg-const-eval
Some changes occurred in src/tools/clippy
cc @rust-lang/clippy
HIR ty lowering was modified
cc @fmease