Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit cae0dc2

Browse files
committed
Simplify code flow.
1 parent 8356802 commit cae0dc2

File tree

2 files changed

+157
-222
lines changed

2 files changed

+157
-222
lines changed

compiler/rustc_mir_transform/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#![deny(rustc::untranslatable_diagnostic)]
22
#![deny(rustc::diagnostic_outside_of_impl)]
3+
#![feature(assert_matches)]
34
#![feature(box_patterns)]
45
#![feature(cow_is_borrowed)]
56
#![feature(decl_macro)]

0 commit comments

Comments
 (0)