Remove unused TypeFoldable
/TypeVisitable
impls.
This commit is contained in:
parent
458d4dae84
commit
671de6d62a
12 changed files with 12 additions and 59 deletions
|
@ -20,7 +20,7 @@ pub struct MismatchedProjectionTypes<'tcx> {
|
|||
pub err: ty::error::TypeError<'tcx>,
|
||||
}
|
||||
|
||||
#[derive(Clone, TypeFoldable, TypeVisitable)]
|
||||
#[derive(Clone)]
|
||||
pub struct Normalized<'tcx, T> {
|
||||
pub value: T,
|
||||
pub obligations: Vec<PredicateObligation<'tcx>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue