We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bdb39 commit 44c2558Copy full SHA for 44c2558
src/lib.rs
@@ -79,7 +79,7 @@ mod prelude {
79
pub(crate) use rustc_middle::ty::layout::{self, LayoutOf, TyAndLayout};
80
pub(crate) use rustc_middle::ty::{
81
self, FloatTy, Instance, InstanceDef, IntTy, ParamEnv, Ty, TyCtxt, TypeAndMut,
82
- TypeFoldable, UintTy,
+ TypeFoldable, TypeVisitable, UintTy,
83
};
84
pub(crate) use rustc_target::abi::{Abi, Scalar, Size, VariantIdx};
85
0 commit comments