mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 13:36:49 +00:00
![]() Overhaul `AssocItem` `AssocItem` has multiple fields that only make sense some of the time. E.g. the `name` can be empty if it's an RPITIT associated type. It's clearer and less error prone if these fields are moved to the relevant `kind` variants. r? ``@fee1-dead`` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
The rustc_sanitizers
crate contains the source code for providing support for
the sanitizers to the Rust compiler.