diff -r 423f17f94f35 -r e604a3c03ab9 Makefile --- a/Makefile Wed Sep 30 18:23:43 2020 +0200 +++ b/Makefile Wed Sep 30 18:10:53 2020 +0200 @@ -133,7 +133,7 @@ rust-tests: cd $(HGROOT)/rust/hg-cpython \ && $(CARGO) test --quiet --all \ - --no-default-features --features "$(py_feature)" + --no-default-features --features "$(py_feature) $(HG_RUST_FEATURES)" check-code: hg manifest | xargs python contrib/check-code.py