mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
![]() 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.