add missing extern crate rustc_middle
in rustc_smir::run! docstring
This commit is contained in:
parent
ae06b79dcb
commit
6b2262ecde
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,7 @@ where
|
|||
/// ```ignore(needs-extern-crate)
|
||||
/// # extern crate rustc_driver;
|
||||
/// # extern crate rustc_interface;
|
||||
/// # extern crate rustc_middle;
|
||||
/// # #[macro_use]
|
||||
/// # extern crate rustc_smir;
|
||||
/// # extern crate stable_mir;
|
||||
|
@ -264,6 +265,7 @@ where
|
|||
/// ```ignore(needs-extern-crate)
|
||||
/// # extern crate rustc_driver;
|
||||
/// # extern crate rustc_interface;
|
||||
/// # extern crate rustc_middle;
|
||||
/// # #[macro_use]
|
||||
/// # extern crate rustc_smir;
|
||||
/// # extern crate stable_mir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue