Create a trait to abstract over the smir API
This commit is contained in:
parent
c86e7fb60f
commit
7f74ae57e8
5 changed files with 138 additions and 65 deletions
|
@ -11,6 +11,8 @@
|
|||
test(attr(allow(unused_variables), deny(warnings)))
|
||||
)]
|
||||
#![cfg_attr(not(feature = "default"), feature(rustc_private))]
|
||||
#![feature(local_key_cell_methods)]
|
||||
#![feature(ptr_metadata)]
|
||||
|
||||
pub mod rustc_internal;
|
||||
pub mod stable_mir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue