We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67d474 commit 23993e8Copy full SHA for 23993e8
src/librustc/diagnostics.rs
@@ -408,11 +408,7 @@ fn bar(x: &str, y: &str) -> &str { }
408
fn baz<'a>(x: &'a str, y: &str) -> &str { }
409
```
410
411
-Lifetime elision in implementation headers was part of the lifetime elision
412
-RFC. It is, however, [currently unimplemented][iss15872].
413
-
414
[book-le]: https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html#lifetime-elision
415
-[iss15872]: https://github.com/rust-lang/rust/issues/15872
416
"##,
417
418
E0119: r##"
0 commit comments