Skip to content

Commit 6744533

Browse files
committed
Auto merge of #7716 - ehuss:disable-pub-priv-test, r=alexcrichton
[beta] Disable test not forwards compatible to nightly. The `--extern` flag format changed (see #7699). The changes didn't make it into beta, so just disable this test. This isn't immediately necessary, but will be helpful if we need to make any other changes on the 1.41 branch in the future. Closes #7714
2 parents 626f0f4 + 726e47c commit 6744533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/pub_priv.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use cargo_test_support::registry::Package;
44
use cargo_test_support::{is_nightly, project};
55

66
#[cargo_test]
7+
#[ignore] // Not working on nightly https://github.com/rust-lang/cargo/issues/7714.
78
fn exported_priv_warning() {
89
if !is_nightly() {
910
return;

0 commit comments

Comments
 (0)