2018-08-09 21:51:12 +01:00
|
|
|
warning[E0705]: the feature `impl_header_lifetime_elision` is included in the Rust 2018 edition
|
2018-08-16 02:06:26 +03:00
|
|
|
--> $DIR/E0705.rs:13:12
|
2018-08-02 17:31:54 +01:00
|
|
|
|
|
2018-08-09 21:51:12 +01:00
|
|
|
LL | #![feature(impl_header_lifetime_elision)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-02 17:31:54 +01:00
|
|
|
|