This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-04 04:39:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2aabb0fd5d
rust
/
tests
/
ui
/
issues
/
issue-46983.rs
7 lines
107 B
Rust
Raw
Normal View
History
Unescape
Escape
Added test for #46983
2018-01-10 17:12:23 +00:00
fn
foo
(
x
:
&
u32
)
->
&
'static
u32
{
&
*
x
Fully stabilize NLL
2022-04-01 17:13:25 +00:00
//~^ ERROR lifetime may not live long enough
Added test for #46983
2018-01-10 17:12:23 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink