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