Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-reborrow-coerce-shared.rs
blob: c8ca453708912d64e05edc8e96fb169833a5113b [
file
] [
log
] [
blame
]
use
std
::
ops
::
CoerceShared
;
//~ ERROR use of unstable library feature `reborrow`
fn
main
()
{}