rust/compiler/rustc_resolve/src
Matthias Krüger c5984caa44
Rollup merge of #119369 - bvanjoi:fix-119301, r=petrochenkov
exclude unexported macro bindings from extern crate

Fixes #119301

Macros that aren't exported from an external crate should not be defined.

r? ``@petrochenkov``
2024-01-22 16:13:25 +01:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Don't delete any lifetimes with bounds 2024-01-20 02:30:58 +04:00
build_reduced_graph.rs exclude unexported macro bindings from extern crate 2024-01-21 20:24:40 +08:00
check_unused.rs exclude unexported macro bindings from extern crate 2024-01-21 20:24:40 +08:00
def_collector.rs Delegation implementation: step 1 2024-01-12 14:11:16 +03:00
diagnostics.rs exclude unexported macro bindings from extern crate 2024-01-21 20:24:40 +08:00
effective_visibilities.rs Delegation implementation: step 1 2024-01-12 14:11:16 +03:00
errors.rs Check bindings around never patterns 2024-01-09 17:00:24 +01:00
ident.rs store the segment name when resolution fails 2024-01-13 21:06:38 +08:00
imports.rs exclude unexported macro bindings from extern crate 2024-01-21 20:24:40 +08:00
late.rs Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obk 2024-01-17 07:33:52 +00:00
lib.rs Rollup merge of #119369 - bvanjoi:fix-119301, r=petrochenkov 2024-01-22 16:13:25 +01:00
macros.rs Auto merge of #119945 - matthiaskrgr:rollup-oy3e1j2, r=matthiaskrgr 2024-01-13 22:05:46 +00:00
rustdoc.rs NFC don't convert types to identical types 2023-12-15 23:56:24 +01:00