mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 13:16:40 +00:00
5 lines
150 B
Rust
5 lines
150 B
Rust
fn foo<'static>(x: &'static str) { } //~ ERROR E0262
|
|
//~| NOTE 'static is a reserved lifetime name
|
|
|
|
fn main() {}
|