2022-03-14 13:28:34 +03:00
|
|
|
error[E0658]: link cfg is unstable
|
|
|
|
--> $DIR/feature-gate-link_cfg.rs:1:22
|
2017-12-06 10:18:03 +01:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #[link(name = "foo", cfg(foo))]
|
2022-03-14 13:28:34 +03:00
|
|
|
| ^^^^^^^^
|
2017-12-06 10:18:03 +01:00
|
|
|
|
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(link_cfg)]` to the crate attributes to enable
|
2017-12-06 10:18:03 +01:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-03-03 15:59:40 +01:00
|
|
|
For more information about this error, try `rustc --explain E0658`.
|