Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-reborrow.rs
blob: f016f6c6bfa594b29220c8529032d0c737e34e3e [
file
] [
log
] [
blame
]
use
std
::
marker
::
Reborrow
;
//~ ERROR use of unstable library feature `reborrow`
fn
main
()
{}