Skip to content

Commit

Permalink
Rollup merge of #124627 - RalfJung:interpret-doc-no-inline, r=fmease
Browse files Browse the repository at this point in the history
interpret: hide some reexports in rustdoc

Cc rust-lang/rust#124608
  • Loading branch information
matthiaskrgr committed May 2, 2024
2 parents a51b7dd + 74cf21e commit e80896e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ mod shims;
// Establish a "crate-wide prelude": we often import `crate::*`.

// Make all those symbols available in the same place as our own.
#[doc(no_inline)]
pub use rustc_const_eval::interpret::*;
// Resolve ambiguity.
#[doc(no_inline)]
pub use rustc_const_eval::interpret::{self, AllocMap, PlaceTy, Provenance as _};

pub use crate::shims::env::{EnvVars, EvalContextExt as _};
Expand Down

0 comments on commit e80896e

Please sign in to comment.