1
Fork 0

interpret: hide some reexports in rustdoc

This commit is contained in:
Ralf Jung 2024-05-02 18:47:36 +02:00
parent 9382ba4716
commit dba1849c22
2 changed files with 3 additions and 0 deletions

View file

@ -18,6 +18,7 @@ mod util;
mod validity;
mod visitor;
#[doc(no_inline)]
pub use rustc_middle::mir::interpret::*; // have all the `interpret` symbols in one place: here
pub use self::eval_context::{format_interp_error, Frame, FrameInfo, InterpCx, StackPopCleanup};