Skip to content

Relax restrictions on unknown feature directives #10680

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 27, 2013

Conversation

alexcrichton
Copy link
Member

Instead of forcibly always aborting compilation, allow usage of
#[warn(unknown_features)] and related lint attributes to selectively abort
compilation. By default, this lint is deny.

Instead of forcibly always aborting compilation, allow usage of
 #[warn(unknown_features)] and related lint attributes to selectively abort
 compilation. By default, this lint is deny.
bors added a commit that referenced this pull request Nov 27, 2013
…nger

Instead of forcibly always aborting compilation, allow usage of
 #[warn(unknown_features)] and related lint attributes to selectively abort
 compilation. By default, this lint is deny.
@bors bors closed this Nov 27, 2013
@bors bors merged commit a9bd049 into rust-lang:master Nov 27, 2013
@alexcrichton alexcrichton deleted the relax-feature-gate branch November 28, 2013 04:52
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 20, 2023
fix [`invalid_regex`] not recognizing new syntax introduced after regex-1.8.0

fixes: rust-lang#10680

---

changelog: fix [`invalid_regex`] not recognizing new syntax introduced after regex-1.8.0

bump up `regex-syntax` dependency version to 0.7.0
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.

2 participants