Skip to content

Commit

Permalink
Simplify code flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Jan 8, 2024
1 parent 8356802 commit cae0dc2
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 222 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_mir_transform/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(cow_is_borrowed)]
#![feature(decl_macro)]
Expand Down
Loading

0 comments on commit cae0dc2

Please sign in to comment.