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 tests checking that a number of feature gates are gating their features #23226

Merged
merged 1 commit into from Mar 10, 2015

Conversation

pnkfelix
Copy link
Member

@pnkfelix pnkfelix commented Mar 9, 2015

Add tests checking that a number of feature gates are gating their features

Namely:

  • quote
  • link_args
  • link_llvm_intrinsics
  • thread_local
  • unsafe_destructor

Also updates test for plugin_registrar to make it clear that
it is only testing the plugin_registrar feature gate.

Cc #22820. (Latter is not fixed, since there are still a bunch more feature-gates that need tests. But I wanted to stop here and move on to something else.)

…atures.

Namely:

 * `quote`
 * `link_args`
 * `link_llvm_intrinsics`
 * `thread_local`
 * `unsafe_destructor`

Also updates test for `plugin_registrar` to make it clear that
it is only testing the `plugin_registrar` feature gate.

Cc rust-lang#22820.
@rust-highfive
Copy link
Collaborator

r? @huonw

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

@alexcrichton
Copy link
Member

@bors: r+ 5c3a0b1 rollup

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 10, 2015
…-gates, r=alexcrichton

 Add tests checking that a number of feature gates are gating their features

Namely:

 * `quote`
 * `link_args`
 * `link_llvm_intrinsics`
 * `thread_local`
 * `unsafe_destructor`

Also updates test for `plugin_registrar` to make it clear that
it is only testing the `plugin_registrar` feature gate.

Cc rust-lang#22820.  (Latter is not fixed, since there are still a bunch more feature-gates that need tests. But I wanted to stop here and move on to something else.)
@bors bors merged commit 5c3a0b1 into rust-lang:master Mar 10, 2015
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.

None yet

5 participants