Skip to content

Commit b64c40b

Browse files
committed
TODO => FIXME
1 parent 6b07cec commit b64c40b

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_trait_selection/src/traits

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/traits/wf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ impl<'a, 'tcx> WfPredicates<'a, 'tcx> {
300300
let mut cause = cause.clone();
301301
if let Some(parent_trait_ref) = obligation.predicate.to_opt_poly_trait_pred() {
302302
let derived_cause = traits::DerivedObligationCause {
303-
// TODO: sus
303+
// FIXME(fee1-dead): when improving error messages, change this to PolyTraitPredicate
304304
parent_trait_ref: parent_trait_ref.map_bound(|t| t.trait_ref),
305305
parent_code: Lrc::new(obligation.cause.code.clone()),
306306
};

0 commit comments

Comments
 (0)