We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04e0ab commit a64f4e8Copy full SHA for a64f4e8
compiler/rustc_middle/src/ty/util.rs
@@ -4,8 +4,8 @@ use crate::middle::codegen_fn_attrs::CodegenFnAttrFlags;
4
use crate::query::{IntoQueryParam, Providers};
5
use crate::ty::layout::{FloatExt, IntegerExt};
6
use crate::ty::{
7
- self, Asyncness, FallibleTypeFolder, ToPredicate, Ty, TyCtxt, TypeFoldable, TypeFolder,
8
- TypeSuperFoldable, TypeVisitableExt, Upcast,
+ self, Asyncness, FallibleTypeFolder, Ty, TyCtxt, TypeFoldable, TypeFolder, TypeSuperFoldable,
+ TypeVisitableExt, Upcast,
9
};
10
use crate::ty::{GenericArgKind, GenericArgsRef};
11
use rustc_apfloat::Float as _;
0 commit comments