rust/compiler/rustc_mir_build/src
Matthias Krüger 092352f6fd
Rollup merge of #111841 - matthewjasper:validate-match-guards, r=compiler-errors
Run AST validation on match guards correctly

AST validation was being skipped on match guards other than `if let` guards.
2023-05-24 21:36:57 +02:00
..
build Rollup merge of #111841 - matthewjasper:validate-match-guards, r=compiler-errors 2023-05-24 21:36:57 +02:00
thir Drive-by-cleanup: Don't emit thir::ExprKind::NeverToAny for ! -> ! 2023-05-19 21:50:01 +04:00
check_unsafety.rs Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin 2023-04-22 00:10:44 +00:00
errors.rs use matches! macro in more places 2023-04-16 12:08:30 +02:00
lib.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
lints.rs Rename Abort terminator to Terminate 2023-04-06 09:34:16 +01:00