File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6886,7 +6886,7 @@ fn registry_inferred_from_unique_option() {
6886
6886
}
6887
6887
6888
6888
#[ cargo_test]
6889
- fn registry_not_inferred_because_of_conflict ( ) {
6889
+ fn registry_not_inferred_because_of_conflict_nightly ( ) {
6890
6890
let alt_reg = registry:: RegistryBuilder :: new ( )
6891
6891
. http_api ( )
6892
6892
. http_index ( )
@@ -7074,7 +7074,7 @@ fn registry_inference_ignores_unpublishable() {
7074
7074
}
7075
7075
7076
7076
#[ cargo_test]
7077
- fn registry_not_inferred_because_of_multiple_options ( ) {
7077
+ fn registry_not_inferred_because_of_multiple_options_nightly ( ) {
7078
7078
let _alt_reg = registry:: RegistryBuilder :: new ( )
7079
7079
. http_api ( )
7080
7080
. http_index ( )
@@ -7156,7 +7156,7 @@ fn registry_not_inferred_because_of_multiple_options() {
7156
7156
}
7157
7157
7158
7158
#[ cargo_test]
7159
- fn registry_not_inferred_because_of_mismatch ( ) {
7159
+ fn registry_not_inferred_because_of_mismatch_nightly ( ) {
7160
7160
let _alt_reg = registry:: RegistryBuilder :: new ( )
7161
7161
. http_api ( )
7162
7162
. http_index ( )
You can’t perform that action at this time.
0 commit comments