]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/methods/method-call-lifetime-args-unresolved.stderr
Rollup merge of #93400 - ChayimFriedman2:dont-suggest-using-const-with-bounds-unused...
[rust.git] / src / test / ui / methods / method-call-lifetime-args-unresolved.stderr
index 93c0384fcc2663fa8ff82c4170ba356e85814022..c9f235c4f7df7509b14b4aa93e065ec2670e2dc6 100644 (file)
@@ -5,8 +5,6 @@ LL | fn main() {
    |        - help: consider introducing lifetime `'a` here: `<'a>`
 LL |     0.clone::<'a>();
    |               ^^ undeclared lifetime
-   |
-   = help: if you want to experiment with in-band lifetime bindings, add `#![feature(in_band_lifetimes)]` to the crate attributes
 
 error: aborting due to previous error