summary refs log tree commit diff
path: root/src/test/ui/methods/method-call-lifetime-args-unresolved.stderr
blob: 25432177a85988b2b0de610cc70399eb03ee86e3 (plain)
1
2
3
4
5
6
7
8
9
error[E0261]: use of undeclared lifetime name `'a`
  --> $DIR/method-call-lifetime-args-unresolved.rs:2:15
   |
LL |     0.clone::<'a>(); //~ ERROR use of undeclared lifetime name `'a`
   |               ^^ undeclared lifetime

error: aborting due to previous error

For more information about this error, try `rustc --explain E0261`.