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

Add a mechanism for enabling experimental language features #9304

Closed
brson opened this issue Sep 19, 2013 · 2 comments
Closed

Add a mechanism for enabling experimental language features #9304

brson opened this issue Sep 19, 2013 · 2 comments
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Sep 19, 2013

Crates can be tagged with #[feature(foo)] to enable experimental language features.

@brson
Copy link
Contributor Author

brson commented Sep 19, 2013

Nominating.

@catamorphism
Copy link
Contributor

accepted backwards-compatible (needed for putting macro-rules behind a flag, which is on backwards-compatible)

alexcrichton added a commit to alexcrichton/rust that referenced this issue Oct 3, 2013
A few features are now hidden behind various #[feature(...)] directives. These
include struct-like enum variants, glob imports, and macro_rules! invocations.

Closes rust-lang#9304
Closes rust-lang#9305
Closes rust-lang#9306
Closes rust-lang#9331
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants