Skip to content

Commit

Permalink
Don't pass -Z unstable-options to rustc; it's not needed for --includ…
Browse files Browse the repository at this point in the history
…e-ignored anymore

Since rust-lang/rust#80053 this is in the
normal compiler, not only in the nightly one.
  • Loading branch information
federicomenaquintero committed Jul 6, 2023
1 parent 5c74c40 commit ecd3c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ check-local:
CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \
LIBRSVG_BUILD_DIR=$(LIBRSVG_BUILD_DIR) \
TESTS_OUTPUT_DIR=$(LIBRSVG_BUILD_DIR)/tests/output \
$(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) -- --include-ignored -Z unstable-options
$(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) -- --include-ignored

clean-local:
cd $(top_srcdir) && \
Expand Down

0 comments on commit ecd3c74

Please sign in to comment.