File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,15 @@ fn test_compile_errors() {
31
31
#[ cfg( not( feature = "gil-refs" ) ) ]
32
32
t. compile_fail ( "tests/ui/wrong_aspyref_lifetimes.rs" ) ;
33
33
t. compile_fail ( "tests/ui/invalid_pyfunctions.rs" ) ;
34
+ #[ cfg( not( any( feature = "hashbrown" , feature = "indexmap" ) ) ) ]
34
35
t. compile_fail ( "tests/ui/invalid_pymethods.rs" ) ;
35
36
// output changes with async feature
36
37
#[ cfg( all( Py_LIMITED_API , feature = "experimental-async" ) ) ]
37
38
t. compile_fail ( "tests/ui/abi3_nativetype_inheritance.rs" ) ;
38
39
#[ cfg( not( feature = "gil-refs" ) ) ]
39
40
t. compile_fail ( "tests/ui/invalid_intern_arg.rs" ) ;
40
41
t. compile_fail ( "tests/ui/invalid_frozen_pyclass_borrow.rs" ) ;
42
+ #[ cfg( not( any( feature = "hashbrown" , feature = "indexmap" ) ) ) ]
41
43
t. compile_fail ( "tests/ui/invalid_pymethod_receiver.rs" ) ;
42
44
t. compile_fail ( "tests/ui/missing_intopy.rs" ) ;
43
45
// adding extra error conversion impls changes the output
You can’t perform that action at this time.
0 commit comments