Sign in
◑
Theme
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
tests
/
ui
/
error-codes
/
E0262.rs
blob: 460ea95148c403a3d833e55efa3fd367e960de9b [
file
]
fn
foo
<
'static>(x: &'
static
str
)
{
}
//~ ERROR E0262
//~| NOTE 'static is a reserved lifetime name
fn
main
()
{}