We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df96730 commit 58467faCopy full SHA for 58467fa
src/librustc_typeck/astconv.rs
@@ -925,7 +925,7 @@ fn associated_path_def_to_ty<'tcx>(this: &AstConv<'tcx>,
925
// super-traits. Probably by elaborating the bounds.
926
927
suitable_bounds =
928
- ty_param_def.bounds.trait_bounds // TODO trait_bounds, no good
+ ty_param_def.bounds.trait_bounds // FIXME(#20300) -- search where clauses, not bounds
929
.iter()
930
.cloned()
931
.filter(|b| trait_defines_associated_type_named(this, b.def_id(), assoc_name))
0 commit comments