Remove issue number for link_cfg

This commit is contained in:
clubby789 2023-02-28 00:46:02 +00:00
parent 7281249a19
commit e7c8af431b
2 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,6 @@ error[E0658]: link cfg is unstable
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