rust/src/test/ui/rust-unstable-column-gated.rs
2018-12-25 21:08:33 -07:00

4 lines
120 B
Rust

fn main() {
println!("{}", __rust_unstable_column!());
//~^ERROR the __rust_unstable_column macro is unstable
}