Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-reborrow-coerce-shared.rs
blob: c8ca453708912d64e05edc8e96fb169833a5113b [
file
] [
log
] [
blame
] [
edit
]
use
std
::
ops
::
CoerceShared
;
//~ ERROR use of unstable library feature `reborrow`
fn
main
()
{}