fix unqualified_local_imports in rustc_const_eval

This commit is contained in:
Ralf Jung
2024-09-23 11:57:12 +02:00
parent 4c43757e43
commit 1eb51e717e
3 changed files with 11 additions and 8 deletions

View File

@@ -19,12 +19,12 @@ mod util;
mod validity;
mod visitor;
use eval_context::{from_known_layout, mir_assign_valid_types};
#[doc(no_inline)]
pub use rustc_middle::mir::interpret::*; // have all the `interpret` symbols in one place: here
pub use self::call::FnArg;
pub use self::eval_context::{InterpCx, format_interp_error};
use self::eval_context::{from_known_layout, mir_assign_valid_types};
pub use self::intern::{
HasStaticRootDefId, InternKind, InternResult, intern_const_alloc_for_constprop,
intern_const_alloc_recursive,