about summary refs log tree commit diff
path: root/tests/ui/feature-gates/feature-gate-reborrow-coerce-shared.rs
blob: c8ca453708912d64e05edc8e96fb169833a5113b (plain)
1
2
3
use std::ops::CoerceShared; //~ ERROR  use of unstable library feature `reborrow`

fn main() {}