]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rust-unstable-column-gated.stderr
Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung
[rust.git] / src / test / ui / rust-unstable-column-gated.stderr
1 error[E0658]: use of unstable library feature '__rust_unstable_column': internal implementation detail of the `panic` macro
2   --> $DIR/rust-unstable-column-gated.rs:2:20
3    |
4 LL |     println!("{}", __rust_unstable_column!());
5    |                    ^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = help: add `#![feature(__rust_unstable_column)]` to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.