about summary refs log tree commit diff
path: root/src/test/ui/methods
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-07-10 07:24:18 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-07-10 07:24:18 +0900
commita9b64766a47ce7a0ad6768b7a74bae7fa991576e (patch)
treee6627c6db4d939eeb885ddf3041b36a02e7cd7d0 /src/test/ui/methods
parent6864546049d8f41b0521ee7dc5dedac4850f6c88 (diff)
downloadrust-a9b64766a47ce7a0ad6768b7a74bae7fa991576e.tar.gz
rust-a9b64766a47ce7a0ad6768b7a74bae7fa991576e.zip
Tweak wording
Diffstat (limited to 'src/test/ui/methods')
-rw-r--r--src/test/ui/methods/method-call-lifetime-args-unresolved.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/methods/method-call-lifetime-args-unresolved.stderr b/src/test/ui/methods/method-call-lifetime-args-unresolved.stderr
index ed8da3dcddf..93c0384fcc2 100644
--- a/src/test/ui/methods/method-call-lifetime-args-unresolved.stderr
+++ b/src/test/ui/methods/method-call-lifetime-args-unresolved.stderr
@@ -6,7 +6,7 @@ LL | fn main() {
 LL |     0.clone::<'a>();
    |               ^^ undeclared lifetime
    |
-   = help: if you want to use in-band lifetime bindings, add `#![feature(in_band_lifetimes)]` to the crate attributes
+   = 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