We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04099e commit 9dc70a3Copy full SHA for 9dc70a3
tests/testsuite/check.rs
@@ -337,8 +337,10 @@ fn rustc_check() {
337
foo.cargo("rustc --profile check -- --emit=metadata").run();
338
339
// Verify compatible usage of --profile with --release, issue #7488
340
- foo.cargo("rustc --profile check --release -- --emit=metadata").run();
341
- foo.cargo("rustc --profile test --release -- --emit=metadata").run();
+ foo.cargo("rustc --profile check --release -- --emit=metadata")
+ .run();
342
+ foo.cargo("rustc --profile test --release -- --emit=metadata")
343
344
}
345
346
#[cargo_test]
0 commit comments