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

syntax: Remove support for #[should_fail] #23752

Merged
merged 1 commit into from
Mar 28, 2015

Conversation

alexcrichton
Copy link
Member

This attribute has been deprecated in favor of #[should_panic]. This also
updates rustdoc to no longer accept the should_fail directive and instead
renames it to should_panic.

@alexcrichton
Copy link
Member Author

r? @sfackler

@rust-highfive rust-highfive assigned sfackler and unassigned brson Mar 26, 2015
@rust-highfive
Copy link
Collaborator

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

This attribute has been deprecated in favor of #[should_panic]. This also
updates rustdoc to no longer accept the `should_fail` directive and instead
renames it to `should_panic`.
@brson
Copy link
Contributor

brson commented Mar 26, 2015

@bors r+

@bors
Copy link
Contributor

bors commented Mar 26, 2015

📌 Commit 3752958 has been approved by brson

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 26, 2015
…brson

 This attribute has been deprecated in favor of #[should_panic]. This also
updates rustdoc to no longer accept the `should_fail` directive and instead
renames it to `should_panic`.
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Mar 27, 2015
This attribute has been deprecated in favor of #[should_panic]. This also
updates rustdoc to no longer accept the `should_fail` directive and instead
renames it to `should_panic`.
@bors bors merged commit 3752958 into rust-lang:master Mar 28, 2015
@alexcrichton alexcrichton deleted the remove-should-fail branch March 28, 2015 02:05
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.

5 participants