rust/src/test/ui/rust-unstable-column-gated.rs

5 lines
133 B
Rust

fn main() {
println!("{}", __rust_unstable_column!());
//~^ ERROR use of unstable library feature '__rust_unstable_column'
}