summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-link_cfg.stderr
blob: 8f47d596521d9dba2162d3ec70069ff494b629dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0658]: link cfg is unstable
  --> $DIR/feature-gate-link_cfg.rs:1:22
   |
LL | #[link(name = "foo", cfg(foo))]
   |                      ^^^^^^^^
   |
   = note: see issue #37406 <https://github.com/rust-lang/rust/issues/37406> for more information
   = 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`.