Skip to content

Commit 6ab084c

Browse files
authored
Rollup merge of rust-lang#72946 - lcnr:remove-fixme, r=Dylan-DPC
remove outdated fixme This function now accepts `impl Iterator<Item = ty::Predicate<'tcx>>`.
2 parents 3d5d0f8 + f3eab4b commit 6ab084c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustc_trait_selection/opaque_types.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1253,9 +1253,6 @@ pub fn may_define_opaque_type(
12531253
///
12541254
/// Requires that trait definitions have been processed so that we can
12551255
/// elaborate predicates and walk supertraits.
1256-
//
1257-
// FIXME: callers may only have a `&[Predicate]`, not a `Vec`, so that's
1258-
// what this code should accept.
12591256
crate fn required_region_bounds(
12601257
tcx: TyCtxt<'tcx>,
12611258
erased_self_ty: Ty<'tcx>,

0 commit comments

Comments
 (0)