rust/compiler/rustc_resolve/src
Dylan DPC ff364b0082
Rollup merge of #111557 - cjgillot:revert-111020, r=petrochenkov
Revert "Validate resolution for SelfCtor too."

This reverts commit 83453408a0.

That PR introduced a breaking change.

Fixes https://github.com/rust-lang/rust/issues/111541
Reopens https://github.com/rust-lang/rust/issues/89868

r? `@petrochenkov`
2023-05-17 19:11:54 +05:30
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late improve diagnostics and bless tests 2023-05-05 21:42:54 +01:00
build_reduced_graph.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
check_unused.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
def_collector.rs Remove the NodeId of ast::ExprKind::Async 2023-03-19 19:01:31 +01:00
diagnostics.rs Revert "Validate resolution for SelfCtor too." 2023-05-14 12:48:32 +00:00
effective_visibilities.rs Populate effective visibilities in rustc_privacy 2023-05-11 14:51:01 +03:00
errors.rs Improve error for self: Box<self> 2023-05-11 13:21:10 +01:00
ident.rs Revert "Validate resolution for SelfCtor too." 2023-05-14 12:48:32 +00:00
imports.rs Rollup merge of #110908 - petrochenkov:notagain4, r=compiler-errors 2023-05-04 00:17:24 +05:30
late.rs Rollup merge of #111428 - bvanjoi:fix-109250, r=Nilstrieb 2023-05-16 11:39:38 +02:00
lib.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
macros.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
rustdoc.rs rustdoc: fix ICE from rustc_resolve and librustdoc parse divergence 2023-04-18 12:22:13 -07:00