mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
2e9d962a8b
Don't elaborate associated types with Sized bounds in `trait_object_ty` in cfi The elaboration mechanism introduced in #123005 didn't filter for associated types with `Self: Sized` bounds, which since #112319 has excluded them from the object type. Fixes #127881 cc `@maurer` `@rcvalle` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
The rustc_sanitizers
crate contains the source code for providing support for
the sanitizers to the Rust compiler.