summary refs log tree commit diff
path: root/src/test/ui/methods/method-call-lifetime-args-unresolved.rs
blob: d16ba3df47b63de0fa78d120adab7aa840d5b8cd (plain)
1
2
3
fn main() {
    0.clone::<'a>(); //~ ERROR use of undeclared lifetime name `'a`
}