Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
borrowck
/
borrowck-local-borrow-outlives-fn.rs
blob: b6eebd4e3256fbc25a6648138ed1fd14ac5bbd2b [
file
] [
log
] [
blame
]
fn
cplusplus_mode
(
x
:
isize
)
->
&
'
static
isize
{
&
x
//~^ ERROR cannot return reference to function parameter `x` [E0515]
}
fn
main
()
{}