| //! The WIP stable interface to rustc internals. |
| //! For more information see https://github.com/rust-lang/project-stable-mir |
| //! This API is still completely unstable and subject to change. |
| html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/", |
| test(attr(allow(unused_variables), deny(warnings))) |
| #![cfg_attr(not(feature = "default"), feature(rustc_private))] |
| #![feature(local_key_cell_methods)] |
| #![feature(ptr_metadata)] |
| // Make this module private for now since external users should not call these directly. |