summaryrefslogtreecommitdiffstats
path: root/src/test/ui/methods/method-call-lifetime-args-unresolved.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/methods/method-call-lifetime-args-unresolved.rs')
-rw-r--r--src/test/ui/methods/method-call-lifetime-args-unresolved.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/ui/methods/method-call-lifetime-args-unresolved.rs b/src/test/ui/methods/method-call-lifetime-args-unresolved.rs
deleted file mode 100644
index ba7231070..000000000
--- a/src/test/ui/methods/method-call-lifetime-args-unresolved.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-fn main() {
- 0.clone::<'a>();
- //~^ ERROR use of undeclared lifetime name `'a`
- //~| WARN cannot specify lifetime arguments explicitly if late bound
- //~| WARN this was previously accepted by the compiler
-}