We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24a555 commit 397b3dfCopy full SHA for 397b3df
tests/build-std/main.rs
@@ -133,6 +133,8 @@ fn basic() {
133
assert_eq!(p.glob(deps_dir.join("*.dylib")).count(), 0);
134
}
135
136
+#[allow(unused_attributes)]
137
+#[ignore = "to unblock beta-1.81 backport"]
138
#[cargo_test(build_std_real)]
139
fn cross_custom() {
140
let p = project()
@@ -176,6 +178,8 @@ fn cross_custom() {
176
178
.run();
177
179
180
181
182
183
184
fn custom_test_framework() {
185
0 commit comments