Skip to content

Commit 726e47c

Browse files
committed
Disable test not forwards compatible to nightly.
1 parent 626f0f4 commit 726e47c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/pub_priv.rs

+1
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)