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 ff4aff6 commit f3eab4bCopy full SHA for f3eab4b
src/librustc_trait_selection/opaque_types.rs
@@ -1253,9 +1253,6 @@ pub fn may_define_opaque_type(
1253
///
1254
/// Requires that trait definitions have been processed so that we can
1255
/// 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.
1259
crate fn required_region_bounds(
1260
tcx: TyCtxt<'tcx>,
1261
erased_self_ty: Ty<'tcx>,
0 commit comments