We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1ce53 commit 9ffa303Copy full SHA for 9ffa303
tests/testsuite/lints.rs
@@ -396,6 +396,7 @@ pub fn foo(num: i32) -> u32 {
396
.build();
397
398
foo.cargo("check")
399
+ .arg("-v") // Show order of rustflags on failure
400
.masquerade_as_nightly_cargo(&["lints"])
401
.run();
402
}
@@ -428,7 +429,7 @@ pub fn foo(num: i32) -> u32 {
428
429
430
431
- .arg("-v")
432
433
.env("RUSTFLAGS", "-Aunsafe_code")
434
435
@@ -464,7 +465,7 @@ pub fn foo(num: i32) -> u32 {
464
465
466
467
468
469
.masquerade_as_nightly_cargo(&["lints", "profile-rustflags"])
470
471
0 commit comments