Skip to content

Commit ecd3c74

Browse files
Don't pass -Z unstable-options to rustc; it's not needed for --include-ignored anymore
Since rust-lang/rust#80053 this is in the normal compiler, not only in the nightly one.
1 parent 5c74c40 commit ecd3c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ check-local:
161161
CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \
162162
LIBRSVG_BUILD_DIR=$(LIBRSVG_BUILD_DIR) \
163163
TESTS_OUTPUT_DIR=$(LIBRSVG_BUILD_DIR)/tests/output \
164-
$(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) -- --include-ignored -Z unstable-options
164+
$(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) -- --include-ignored
165165

166166
clean-local:
167167
cd $(top_srcdir) && \

0 commit comments

Comments
 (0)