Skip to content

rustc: Support stability attributes on crates #18608

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

Merged
merged 1 commit into from
Nov 6, 2014

Conversation

alexcrichton
Copy link
Member

This commit adds support for linting extern crate statements for stability
attributes attached to the crate itself. This is likely to be the mechanism used
to deny access to experimental crates that are part of the standard
distribution.

cc #18585

r? @aturon

This commit adds support for linting `extern crate` statements for stability
attributes attached to the crate itself. This is likely to be the mechanism used
to deny access to experimental crates that are part of the standard
distribution.

cc rust-lang#18585
bors added a commit that referenced this pull request Nov 6, 2014
This commit adds support for linting `extern crate` statements for stability
attributes attached to the crate itself. This is likely to be the mechanism used
to deny access to experimental crates that are part of the standard
distribution.

cc #18585 

r? @aturon
@bors bors closed this Nov 6, 2014
@bors bors merged commit 68ac44c into rust-lang:master Nov 6, 2014
@alexcrichton alexcrichton deleted the lint-some-crates branch November 20, 2014 03:19
lnicola pushed a commit to lnicola/rust that referenced this pull request Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants