Rollup merge of #110838 - nnethercote:more-Folder-Visitable-cleanups, r=lcnr
More `Typefoldable`/`TypeVisitable` cleanups r? ``@lcnr``
This commit is contained in:
commit
57e9a4be48
13 changed files with 19 additions and 83 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