Skip to content

Commit

Permalink
Delete old re-exports from rustc_smir
Browse files Browse the repository at this point in the history
This approach didn't seem to work well.
  • Loading branch information
celinval committed Mar 4, 2023
1 parent 7a809ce commit 40185db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 41 deletions.
4 changes: 0 additions & 4 deletions compiler/rustc_smir/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@
#![cfg_attr(not(feature = "default"), feature(rustc_private))]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]

pub mod mir;

pub mod very_unstable;
10 changes: 0 additions & 10 deletions compiler/rustc_smir/src/mir.rs

This file was deleted.

27 changes: 0 additions & 27 deletions compiler/rustc_smir/src/very_unstable.rs

This file was deleted.

0 comments on commit 40185db

Please sign in to comment.