rust/compiler/rustc_passes/src
Guillaume Gomez 016f691068
Rollup merge of #88036 - nbdd0121:const3, r=petrochenkov
Fix dead code warning when inline const is used in pattern

Fixes #78171
2021-08-18 19:54:59 +02:00
..
liveness
check_attr.rs Add check for doc(test(...)) attribute 2021-08-16 23:17:26 +02:00
check_const.rs Introduce hir::ExprKind::Let - Take 2 2021-08-15 16:18:26 -03:00
dead.rs Fix dead code warning when inline const is used in pattern 2021-08-14 22:58:04 +01:00
diagnostic_items.rs Merge the BTreeMap in hir::Crate. 2021-07-25 12:18:56 +02:00
entry.rs Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
hir_id_validator.rs
hir_stats.rs
intrinsicck.rs Forbid ! from being used in asm! output 2021-08-12 20:28:35 +01:00
lang_items.rs Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migration, r=nikomatsakis 2021-07-08 18:30:33 +02:00
layout_test.rs
lib_features.rs
lib.rs
liveness.rs Introduce hir::ExprKind::Let - Take 2 2021-08-15 16:18:26 -03:00
loops.rs
naked_functions.rs Introduce hir::ExprKind::Let - Take 2 2021-08-15 16:18:26 -03:00
reachable.rs Fix reachable_set for non-function items in non-library crates 2021-08-15 02:59:53 +08:00
region.rs Use correct drop scopes for if expressions 2021-08-15 16:05:25 -03:00
stability.rs rustc: Replace HirIds with LocalDefIds in AccessLevels tables 2021-07-31 19:31:29 +03:00
upvars.rs
weak_lang_items.rs