File tree 1 file changed +2
-2
lines changed
compiler/rustc_infer/src/traits
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ pub type Selection<'tcx> = ImplSource<'tcx, PredicateObligation<'tcx>>;
124
124
pub type ObligationInspector < ' tcx > =
125
125
fn ( & InferCtxt < ' tcx > , & PredicateObligation < ' tcx > , Result < Certainty , NoSolution > ) ;
126
126
127
- #[ derive( Clone , TypeVisitable ) ]
127
+ #[ derive( Clone ) ]
128
128
pub struct FulfillmentError < ' tcx > {
129
129
pub obligation : PredicateObligation < ' tcx > ,
130
130
pub code : FulfillmentErrorCode < ' tcx > ,
@@ -134,7 +134,7 @@ pub struct FulfillmentError<'tcx> {
134
134
pub root_obligation : PredicateObligation < ' tcx > ,
135
135
}
136
136
137
- #[ derive( Clone , TypeVisitable ) ]
137
+ #[ derive( Clone ) ]
138
138
pub enum FulfillmentErrorCode < ' tcx > {
139
139
/// Inherently impossible to fulfill; this trait is implemented if and only
140
140
/// if it is already implemented.
You can’t perform that action at this time.
0 commit comments