summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-link_cfg.stderr
blob: 97b6cbca41240233d39012b13e2a1274fa46877f (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: link cfg is unstable
  --> $DIR/feature-gate-link_cfg.rs:1:22
   |
LL | #[link(name = "foo", cfg(foo))]
   |                      ^^^^^^^^
   |
   = help: add `#![feature(link_cfg)]` to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.