We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61eddba commit 74e4f06Copy full SHA for 74e4f06
compiler/rustc_infer/src/traits/mod.rs
@@ -124,7 +124,6 @@ pub type Selection<'tcx> = ImplSource<'tcx, PredicateObligation<'tcx>>;
124
pub type ObligationInspector<'tcx> =
125
fn(&InferCtxt<'tcx>, &PredicateObligation<'tcx>, Result<Certainty, NoSolution>);
126
127
-#[derive(Clone)]
128
pub struct FulfillmentError<'tcx> {
129
pub obligation: PredicateObligation<'tcx>,
130
pub code: FulfillmentErrorCode<'tcx>,
0 commit comments