We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ca6b3 commit 09ca410Copy full SHA for 09ca410
1 file changed
tests/test_compile_error.rs
@@ -107,7 +107,11 @@ fn _test_compile_errors() {
107
t.compile_fail("tests/ui/invalid_pymethod_receiver.rs");
108
// Avoid `"and X others" from mismatching
109
// by only running this for some configurations
110
- if cfg!(all(target_os = "linux", not(feature = "full"))) {
+ if cfg!(all(
111
+ target_os = "linux",
112
+ feature = "full",
113
+ not(feature = "abi3")
114
+ )) {
115
t.compile_fail("tests/ui/missing_intopy.rs");
116
}
117
0 commit comments