rust/compiler/rustc_resolve/src
bors 714b29a17f Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errors
never patterns: Check bindings wrt never patterns

Never patterns:
- Shouldn't contain bindings since they never match anything;
- Don't count when checking that or-patterns have consistent bindings.

r? `@compiler-errors`
2024-01-15 21:24:13 +00:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Delegation implementation: step 1 2024-01-12 14:11:16 +03:00
build_reduced_graph.rs Delegation implementation: step 1 2024-01-12 14:11:16 +03:00
check_unused.rs Rollup merge of #119788 - mj10021:issue-119787-fix, r=oli-obk 2024-01-11 03:02:42 +01:00
def_collector.rs Delegation implementation: step 1 2024-01-12 14:11:16 +03:00
diagnostics.rs Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errors 2024-01-15 21:24:13 +00: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 store the segment name when resolution fails 2024-01-13 21:06:38 +08:00
late.rs Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errors 2024-01-15 21:24:13 +00:00
lib.rs Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errors 2024-01-15 21:24:13 +00: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