rust/compiler/rustc_middle
Rémy Rakic d14dd9f763 emit diagnostic after post-monomorphization errors
Emit a diagnostic when the monomorphized item collector
encounters errors during a step of the recursive item collection.

These post-monomorphization errors otherwise only show the
erroneous expression without a trace, making them very obscure
and hard to pinpoint whenever they happen in dependencies.
2021-05-25 18:39:50 +02:00
..
benches
src emit diagnostic after post-monomorphization errors 2021-05-25 18:39:50 +02:00
Cargo.toml
README.md

For more information about how rustc works, see the rustc dev guide.