diff options
| author | Bastian Kauschke <bastian_kauschke@hotmail.de> | 2020-06-03 15:59:10 +0200 |
|---|---|---|
| committer | Bastian Kauschke <bastian_kauschke@hotmail.de> | 2020-06-03 15:59:10 +0200 |
| commit | f3eab4b12462204bef262c8752d02bd8fd8ee904 (patch) | |
| tree | 16fa4db83f4fa947945928343f92895f2c79ac62 | |
| parent | ff4aff6ce0f216c8cb8d40f432efaacdaca8095b (diff) | |
| download | rust-f3eab4b12462204bef262c8752d02bd8fd8ee904.tar.gz rust-f3eab4b12462204bef262c8752d02bd8fd8ee904.zip | |
remove outdated fixme
| -rw-r--r-- | src/librustc_trait_selection/opaque_types.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc_trait_selection/opaque_types.rs b/src/librustc_trait_selection/opaque_types.rs index f78a6207a3a..19caf64c63f 100644 --- a/src/librustc_trait_selection/opaque_types.rs +++ b/src/librustc_trait_selection/opaque_types.rs @@ -1253,9 +1253,6 @@ pub fn may_define_opaque_type( /// /// Requires that trait definitions have been processed so that we can /// elaborate predicates and walk supertraits. -// -// FIXME: callers may only have a `&[Predicate]`, not a `Vec`, so that's -// what this code should accept. crate fn required_region_bounds( tcx: TyCtxt<'tcx>, erased_self_ty: Ty<'tcx>, |
