Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-46983.rs
blob: 4bd49a8796b348a5c60266fdd2410f7b43784837 [
file
]
fn
foo
(
x
:
&
u32
)
->
&
'
static
u32
{
&*
x
//~^ ERROR lifetime may not live long enough
}
fn
main
()
{}