Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
lifetimes
/
static-typos.rs
blob: 941d1b376bce9fccdc8e771fa08895ceae4b4624 [
file
] [
log
] [
blame
]
fn
stati
<
T
:
'
stati
>()
{}
//~^ ERROR use of undeclared lifetime name `'stati`
fn
statoc
<
T
:
'
statoc
>()
{}
//~^ ERROR use of undeclared lifetime name `'statoc`
fn
main
()
{}