rust/compiler/rustc_resolve/src
bors b36be12d97 Auto merge of #97039 - cjgillot:no-rpit-hrtb, r=jackh726
Forbid nested opaque types to reference HRTB from opaque types.

Avoids https://github.com/rust-lang/rust/issues/96194
Alternative to https://github.com/rust-lang/rust/pull/96970

r? `@oli-obk`
2022-05-14 15:47:22 +00:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Forbid nested opaque types to reference HRTB from opaque types. 2022-05-14 11:38:25 +02:00
access_levels.rs resolve/metadata: Stop encoding macros as reexports 2022-02-24 22:55:40 +03:00
build_reduced_graph.rs resolve: Move collection of all macro_rules in the crate to rustdoc 2022-05-13 21:43:36 +03:00
check_unused.rs span: move MultiSpan 2022-04-05 07:01:00 +01:00
def_collector.rs Replace DefPathData::Misc by two appropriately-named variants. 2022-05-12 20:12:35 +02:00
diagnostics.rs Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov 2022-05-12 00:08:08 +00:00
ident.rs Use a yes/no enum instead of a bool. 2022-05-02 15:39:13 +00:00
imports.rs rustc: Panic by default in DefIdTree::parent 2022-05-02 01:56:50 +03:00
late.rs Rollup merge of #96557 - nbdd0121:const, r=oli-obk 2022-05-06 20:05:37 +02:00
lib.rs resolve: Move collection of all macro_rules in the crate to rustdoc 2022-05-13 21:43:36 +03:00
macros.rs Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00