Skip to content

Commit 74e4f06

Browse files
committed
w
1 parent 61eddba commit 74e4f06

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_infer/src/traits

1 file changed

+0
-1
lines changed

compiler/rustc_infer/src/traits/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ pub type Selection<'tcx> = ImplSource<'tcx, PredicateObligation<'tcx>>;
124124
pub type ObligationInspector<'tcx> =
125125
fn(&InferCtxt<'tcx>, &PredicateObligation<'tcx>, Result<Certainty, NoSolution>);
126126

127-
#[derive(Clone)]
128127
pub struct FulfillmentError<'tcx> {
129128
pub obligation: PredicateObligation<'tcx>,
130129
pub code: FulfillmentErrorCode<'tcx>,

0 commit comments

Comments
 (0)