aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/Make-lang.in
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-12-07 14:19:12 +0000
committerGitHub <noreply@github.com>2022-12-07 14:19:12 +0000
commit038e11c3eeb4eb36f8894829af6299abb70f3e04 (patch)
tree51d06c10aa3f7773575c3968467f8ee0535628f1 /gcc/rust/Make-lang.in
parent8c0f4e48ffe9095acd65a109a1e53540140dece5 (diff)
parentd9d9ca0b9e50b669d5445e028739bcdd0aa024bd (diff)
downloadgcc-038e11c3eeb4eb36f8894829af6299abb70f3e04.zip
gcc-038e11c3eeb4eb36f8894829af6299abb70f3e04.tar.gz
gcc-038e11c3eeb4eb36f8894829af6299abb70f3e04.tar.bz2
Merge #1540
1540: Implement `-frust-incomplete-and-experimental-compiler-do-not-use` flag r=dkm a=CohenArthur Remember to change your `./configure` line :) This is obviously up for discussion and I would be happy to get some more input. Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com> Co-authored-by: Thomas Schwinge <thomas@codesourcery.com>
Diffstat (limited to 'gcc/rust/Make-lang.in')
-rw-r--r--gcc/rust/Make-lang.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index 8f10396..21d7d4e 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -269,7 +269,7 @@ rust.uninstall:
# Enable selftests for the rust frontend
selftest-rust: s-selftest-rust
-RUST_SELFTEST_FLAGS = -xrust $(SELFTEST_FLAGS)
+RUST_SELFTEST_FLAGS = -xrust -frust-incomplete-and-experimental-compiler-do-not-use $(SELFTEST_FLAGS)
RUST_SELFTEST_DEPS = rust1$(exeext) $(SELFTEST_DEPS)
# Run the rust selftests