Uh oh!
There was an error while loading. Please reload this page.
Add tests checking that a number of feature gates are gating their feat... - #23578
Merged
Merged
Conversation
rust-highfive
commented
Mar 21, 2015
Contributor
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
fhahnforce-pushed
the
issue-22820-feature-gate-tests1
branch
2 times, most recently
from
March 21, 2015 09:17
fc2e7fa to
829768cCompare…eatures. Namely: * `box_syntax` * `box_patterns` * `simd_ffi` * `macro_reexport` cc rust-lang#22820
fhahnforce-pushed
the
issue-22820-feature-gate-tests1
branch
from
March 21, 2015 09:18
829768c to
c48bb85Comparealexcrichton
commented
Mar 21, 2015
Member
Manishearth added a commit
to Manishearth/rust
that referenced
this pull request
Mar 21, 2015
…s1, r=alexcrichton ...ures. Namely: * `box_syntax` * `box_patterns` * `simd_ffi` * `macro_reexport` cc rust-lang#22820
bors
commented
Mar 21, 2015
Collaborator
⌛ Testing commit c48bb85 with merge 07fad65... |
bors
commented
Mar 21, 2015
Collaborator
💔 Test failed - auto-mac-64-nopt-t |
fhahn
commented
Mar 22, 2015
ContributorAuthor
The build failed in with |
alexcrichton
commented
Mar 22, 2015
Member
@bors: retry |
Manishearth added a commit
to Manishearth/rust
that referenced
this pull request
Mar 22, 2015
…s1, r=alexcrichton ...ures. Namely: * `box_syntax` * `box_patterns` * `simd_ffi` * `macro_reexport` cc rust-lang#22820
bors
commented
Mar 23, 2015
Collaborator
⌛ Testing commit c48bb85 with merge 1946dff... |
bors
commented
Mar 23, 2015
Collaborator
💔 Test failed - auto-mac-64-opt |
alexcrichton
commented
Mar 23, 2015
Member
@bors: retry On Mon, Mar 23, 2015 at 2:01 AM, bors notifications@github.com wrote:
|
This was referenced Apr 20, 2015
steveklabnik added a commit
to steveklabnik/rust
that referenced
this pull request
Apr 24, 2015
As part of the audit for rust-lang#22820 the following duplicate feature gate tests were removed: * `box_patterns` * `simd_ffi` These tests for `box_patterns` and `simd_ffi` were added in rust-lang#23578, however there were existing tests in rust-lang#20723 and rust-lang#21233 respectively. r? @nrc
steveklabnik added a commit
to steveklabnik/rust
that referenced
this pull request
Apr 24, 2015
As part of the audit for rust-lang#22820 the following duplicate feature gate tests were removed: * `box_patterns` * `simd_ffi` These tests for `box_patterns` and `simd_ffi` were added in rust-lang#23578, however there were existing tests in rust-lang#20723 and rust-lang#21233 respectively. r? @nrc
steveklabnik added a commit
to steveklabnik/rust
that referenced
this pull request
Apr 25, 2015
As part of the audit for rust-lang#22820 the following duplicate feature gate tests were removed: * `box_patterns` * `simd_ffi` These tests for `box_patterns` and `simd_ffi` were added in rust-lang#23578, however there were existing tests in rust-lang#20723 and rust-lang#21233 respectively. r? @nrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
...ures.
Namely:
box_syntaxbox_patternssimd_ffimacro_reexportcc #22820