1
Fork 0

Create a trait to abstract over the smir API

This commit is contained in:
Oli Scherer 2023-04-24 00:47:01 +00:00
parent c86e7fb60f
commit 7f74ae57e8
5 changed files with 138 additions and 65 deletions

View file

@ -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;