Remove the ty
field from type system Const
s by BoxyUwU · Pull Request #125958 · rust-lang/rust (original) (raw)
changes to the core type system
Some changes occurred in compiler/rustc_codegen_cranelift
cc @bjorn3
Some changes occurred in compiler/rustc_sanitizers
cc @rust-lang/project-exploit-mitigations, @rcvalle
HIR ty lowering was modified
cc @fmease
This PR changes Stable MIR
cc @oli-obk, @celinval, @ouz-a
Some changes occurred in match checking
cc @Nadrieril
Some changes occurred in exhaustiveness checking
cc @Nadrieril
Some changes occurred in need_type_info.rs
cc @lcnr
rustdoc-json-types is a public (although nightly-only) API. If possible, consider changing src/librustdoc/json/conversions.rs
; otherwise, make sure you bump the FORMAT_VERSION
constant.
cc @CraftSpider, @aDotInTheVoid, @Enselic, @obi1kenobi
Some changes occurred to the core trait solver
cc @rust-lang/initiative-trait-system-refactor
Some changes occurred to MIR optimizations
cc @rust-lang/wg-mir-opt
The Miri subtree was changed
cc @rust-lang/miri
changes to the core type system
Some changes occurred in src/tools/clippy
cc @rust-lang/clippy
Some changes occurred in src/librustdoc/clean/types.rs
cc @camelid