Avoid various uses of Option<Span>
in favor of using DUMMY_SP
in the few cases that used None
by oli-obk · Pull Request #122480 · rust-lang/rust (original) (raw)
Some changes occurred to the CTFE / Miri engine
cc @rust-lang/miri
Some changes occurred to the CTFE / Miri engine
cc @rust-lang/miri
Some changes occurred in const_evaluatable.rs
cc @BoxyUwU
Some changes occurred to the core trait solver
cc @rust-lang/initiative-trait-system-refactor
Some changes occurred in match checking
cc @Nadrieril
The Miri subtree was changed
cc @rust-lang/miri
Some changes occurred to MIR optimizations
cc @rust-lang/wg-mir-opt