index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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` }