rust/tests/ui/feature-gates/feature-gate-reborrow.rs
2025-08-22 00:15:59 +03:00

4 lines
95 B
Rust

use std::marker::Reborrow; //~ ERROR use of unstable library feature `reborrow`
fn main() {}