mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 11:37:39 +00:00
8 lines
172 B
Rust
8 lines
172 B
Rust
![]() |
fn stati<T: 'stati>() {}
|
||
|
//~^ ERROR use of undeclared lifetime name `'stati`
|
||
|
|
||
|
fn statoc<T: 'statoc>() {}
|
||
|
//~^ ERROR use of undeclared lifetime name `'statoc`
|
||
|
|
||
|
fn main() {}
|