rust/compiler/rustc_resolve/src
Matthias Krüger f577d808b7
Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorino
`StaticForeignItem` and `StaticItem` are the same

The struct `StaticItem` and `StaticForeignItem` are the same, so remove `StaticForeignItem`. Having them be separate is unique to `static` items -- unlike `ForeignItemKind::{Fn,TyAlias}`, which use the normal AST item.

r? ``@spastorino`` or ``@oli-obk``
2024-06-21 09:12:37 +02:00
..
late Remove redundant argument from subdiagnostic method 2024-06-18 15:42:11 +00:00
build_reduced_graph.rs delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
check_unused.rs Rename buffer_lint_with_diagnostic to buffer_lint 2024-05-21 20:16:39 +00:00
def_collector.rs Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorino 2024-06-21 09:12:37 +02:00
diagnostics.rs Remove redundant argument from subdiagnostic method 2024-06-18 15:42:11 +00:00
effective_visibilities.rs Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebank 2024-05-18 06:36:44 +00:00
errors.rs And more general error 2024-05-24 11:20:33 -04:00
ident.rs mark undetermined if target binding in current ns is not got 2024-06-17 11:29:43 +08:00
imports.rs Remove redundant argument from subdiagnostic method 2024-06-18 15:42:11 +00:00
late.rs Rework precise capturing syntax 2024-06-17 22:35:25 -04:00
lib.rs delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
macros.rs delegation: Implement glob delegation 2024-06-14 19:27:51 +03:00
rustdoc.rs Remove #[macro_use] extern crate tracing from rustc_resolve. 2024-05-10 15:34:41 +10:00