Skip to content

Commit b1db8f8

Browse files
committed
FIXME(45992) remove fixme since the lint is being tested
1 parent aedbe9a commit b1db8f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/run-pass/impl-trait/lifetimes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ impl<'a> SingleRegionTrait<'a> for &'a u32 {}
4141
struct SingleRegionStruct<'a>(&'a u32);
4242

4343
fn simple_type_hrtb<'b>() -> impl for<'a> SingleRegionTrait<'a> { 5 }
44-
// FIXME(cramertj) add test after #45992 lands to ensure lint is triggered
4544
fn elision_single_region_trait(x: &u32) -> impl SingleRegionTrait { x }
4645
fn elision_single_region_struct(x: SingleRegionStruct) -> impl Into<SingleRegionStruct> { x }
4746

0 commit comments

Comments
 (0)