mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-20 11:37:32 +00:00
11 lines
227 B
Rust
11 lines
227 B
Rust
![]() |
//! The WIP stable interface to rustc internals.
|
||
|
|
||
|
#![doc(
|
||
|
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
|
||
|
test(attr(allow(unused_variables), deny(warnings)))
|
||
|
)]
|
||
|
|
||
|
pub mod mir;
|
||
|
|
||
|
pub mod very_unstable;
|