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

9 lines
245 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: the __rust_unstable_column macro is unstable
2018-12-25 09:56:47 -06:00
--> $DIR/rust-unstable-column-gated.rs:2:20
2018-08-08 07:28:26 -05:00
|
LL | println!("{}", __rust_unstable_column!());
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error