File tree Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -2276,11 +2276,6 @@ fn flags_go_into_tests() {
2276
2276
2277
2277
#[ cargo_test]
2278
2278
fn diamond_passes_args_only_once ( ) {
2279
- // FIXME: when pipelining rides to stable, enable this test on all channels.
2280
- if !cargo_test_support:: is_nightly ( ) {
2281
- return ;
2282
- }
2283
-
2284
2279
let p = project ( )
2285
2280
. file (
2286
2281
"Cargo.toml" ,
Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ use std::env;
4
4
5
5
#[ cargo_test]
6
6
fn rustc_info_cache ( ) {
7
- // FIXME: when pipelining rides to stable, enable this test on all channels.
8
- if !cargo_test_support:: is_nightly ( ) {
9
- return ;
10
- }
11
-
12
7
let p = project ( )
13
8
. file ( "src/main.rs" , r#"fn main() { println!("hello"); }"# )
14
9
. build ( ) ;
Original file line number Diff line number Diff line change 1
- use cargo_test_support:: { basic_manifest, is_nightly , project} ;
1
+ use cargo_test_support:: { basic_manifest, project} ;
2
2
3
3
#[ cargo_test]
4
4
fn rustdoc_simple ( ) {
@@ -163,11 +163,6 @@ fn features() {
163
163
164
164
#[ cargo_test]
165
165
fn proc_macro_crate_type ( ) {
166
- // NOTE - Remove this once 'rustdoc --crate-type'
167
- // rides to stable
168
- if !is_nightly ( ) {
169
- return ;
170
- }
171
166
let p = project ( )
172
167
. file (
173
168
"Cargo.toml" ,
You can’t perform that action at this time.
0 commit comments