blob: ed5e6f2489cd94356b16d7247974a42cbf528e03 [file] [log] [blame]
fn main() {
println!("{}", __rust_unstable_column!());
//~^ERROR the __rust_unstable_column macro is unstable
}