rust/src/test/compile-fail-fulldeps
Florian Hahn c48bb85702 Add tests checking that a number of feature gates are gating their features.
Namely:

 * `box_syntax`
 * `box_patterns`
 * `simd_ffi`
 * `macro_reexport`

 cc #22820
2015-03-21 10:18:28 +01:00
..
gated-macro-reexports.rs Add tests checking that a number of feature gates are gating their features. 2015-03-21 10:18:28 +01:00
gated-plugin.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
gated-quote.rs Add tests checking that a number of feature gates are gating their features. 2015-03-09 19:18:43 +01:00
issue-15778-fail.rs Add regression tests for #15778 2015-03-02 13:22:03 -08:00
issue-18986.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
lint-group-plugin-deny-cmdline.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
lint-plugin-deny-attr.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
lint-plugin-deny-cmdline.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
lint-plugin-forbid-attrs.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
lint-plugin-forbid-cmdline.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
macro-crate-cannot-read-embedded-ident.rs Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton 2015-02-17 19:35:12 +00:00
macro-crate-doesnt-resolve.rs Enable some tests for android 2015-02-10 15:48:07 +09:00
macro-crate-rlib.rs creader: Clean up macro/plugin API 2015-02-12 12:32:40 -08:00
macro-crate-unexported-macro.rs Enable some tests for android 2015-02-10 15:48:07 +09:00
macro-crate-unknown-crate.rs Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] 2015-01-05 18:21:13 -08:00
plugin-as-extern-crate.rs Warn when linking a plugin into a non-plugin crate 2015-02-12 12:44:31 -08:00
plugin-MacroRulesTT.rs Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton 2015-02-17 19:35:12 +00:00
plugin-plus-extern-crate.rs Warn when linking a plugin into a non-plugin crate 2015-02-12 12:44:31 -08:00