File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2170,7 +2170,7 @@ Caused by:
2170
2170
}
2171
2171
2172
2172
#[ cargo_test]
2173
- fn dev_dependencies_conflicting_warning ( ) {
2173
+ fn dev_dependencies2_conflict ( ) {
2174
2174
let p = project ( )
2175
2175
. file (
2176
2176
"Cargo.toml" ,
@@ -2207,7 +2207,7 @@ fn dev_dependencies_conflicting_warning() {
2207
2207
}
2208
2208
2209
2209
#[ cargo_test]
2210
- fn build_dependencies_conflicting_warning ( ) {
2210
+ fn build_dependencies2_conflict ( ) {
2211
2211
let p = project ( )
2212
2212
. file (
2213
2213
"Cargo.toml" ,
@@ -2244,7 +2244,7 @@ fn build_dependencies_conflicting_warning() {
2244
2244
}
2245
2245
2246
2246
#[ cargo_test]
2247
- fn lib_crate_types_conflicting_warning ( ) {
2247
+ fn lib_crate_type2_conflict ( ) {
2248
2248
let p = project ( )
2249
2249
. file (
2250
2250
"Cargo.toml" ,
@@ -2272,7 +2272,7 @@ fn lib_crate_types_conflicting_warning() {
2272
2272
}
2273
2273
2274
2274
#[ cargo_test]
2275
- fn examples_crate_types_conflicting_warning ( ) {
2275
+ fn examples_crate_type2_conflict ( ) {
2276
2276
let p = project ( )
2277
2277
. file (
2278
2278
"Cargo.toml" ,
@@ -3507,7 +3507,7 @@ fn cargo_platform_specific_dependency() {
3507
3507
}
3508
3508
3509
3509
#[ cargo_test]
3510
- fn cargo_platform_specific_dependency_build_dependencies_conflicting_warning ( ) {
3510
+ fn cargo_platform_build_dependencies2_conflict ( ) {
3511
3511
let host = rustc_host ( ) ;
3512
3512
let p = project ( )
3513
3513
. file (
@@ -3549,7 +3549,7 @@ fn cargo_platform_specific_dependency_build_dependencies_conflicting_warning() {
3549
3549
}
3550
3550
3551
3551
#[ cargo_test]
3552
- fn cargo_platform_specific_dependency_dev_dependencies_conflicting_warning ( ) {
3552
+ fn cargo_platform_dev_dependencies2_conflict ( ) {
3553
3553
let host = rustc_host ( ) ;
3554
3554
let p = project ( )
3555
3555
. file (
Original file line number Diff line number Diff line change @@ -2206,7 +2206,7 @@ fn invalid_feature_name_slash_error() {
2206
2206
}
2207
2207
2208
2208
#[ cargo_test]
2209
- fn default_features_conflicting_warning ( ) {
2209
+ fn default_features2_conflict ( ) {
2210
2210
let p = project ( )
2211
2211
. file (
2212
2212
"Cargo.toml" ,
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ fn proc_macro_crate_type_warning() {
346
346
}
347
347
348
348
#[ cargo_test]
349
- fn proc_macro_conflicting_warning ( ) {
349
+ fn proc_macro2_conflict ( ) {
350
350
let foo = project ( )
351
351
. file (
352
352
"Cargo.toml" ,
You can’t perform that action at this time.
0 commit comments