Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link_cfg feature gate is associated to closed issue #72059

Closed
varkor opened this issue May 9, 2020 · 1 comment · Fixed by #108549
Closed

link_cfg feature gate is associated to closed issue #72059

varkor opened this issue May 9, 2020 · 1 comment · Fixed by #108549
Labels
A-linkage Area: linking into static, shared libraries and binaries T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@varkor
Copy link
Member

varkor commented May 9, 2020

/// Allows `#[link(..., cfg(..))]`.
(active, link_cfg, "1.14.0", Some(37406), None),

Relevant issue: #37406.

I'm not sure what the state of this feature is, but we may want to use this issue as a new tracking issue.

@Alexendoo Alexendoo added C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. and removed C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels May 13, 2020
@Elinvynia
Copy link
Contributor

The linked issue mentions that this feature will never be stable, so I think there isn't a need in tracking it. I see that there is some effort in documenting this behavior here: #71586

@Elinvynia Elinvynia added A-linkage Area: linking into static, shared libraries and binaries T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels May 20, 2020
@bors bors closed this as completed in 5a017d3 Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linkage Area: linking into static, shared libraries and binaries T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants