We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626f0f4 commit 726e47cCopy full SHA for 726e47c
tests/testsuite/pub_priv.rs
@@ -4,6 +4,7 @@ use cargo_test_support::registry::Package;
4
use cargo_test_support::{is_nightly, project};
5
6
#[cargo_test]
7
+#[ignore] // Not working on nightly https://github.com/rust-lang/cargo/issues/7714.
8
fn exported_priv_warning() {
9
if !is_nightly() {
10
return;
0 commit comments