Skip to content

Commit 7fb2f72

Browse files
committed
w
1 parent e8dbaa1 commit 7fb2f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/higher-ranked/trait-bounds/hr-leak-check-does-not-guide-selection.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ fn impl_trait<T: for<'a> Leak<'a>>() {}
1919
fn main() {
2020
impl_trait::<Box<_>>();
2121
//~^ ERROR type annotations needed
22-
}
22+
}

0 commit comments

Comments
 (0)