]> git.proxmox.com Git - rustc.git/blob - src/test/ui/feature-gate-thread_local.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / feature-gate-thread_local.stderr
1 error[E0658]: `#[thread_local]` is an experimental feature, and does not currently handle destructors. (see issue #29594)
2 --> $DIR/feature-gate-thread_local.rs:18:1
3 |
4 LL | #[thread_local] //~ ERROR `#[thread_local]` is an experimental feature
5 | ^^^^^^^^^^^^^^^
6 |
7 = help: add #![feature(thread_local)] 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`.