Skip to content

Commit

Permalink
remove -Zthir-unsafeck=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Jan 5, 2024
1 parent 34461b5 commit 22cd5fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ https://github.com/langston-barrett/tree-splicer code mutator which icemaker can

Trophy case (840+):

https://github.com/rust-lang/rust/issues/119524
https://github.com/rust-lang/rust/issues/119493
https://github.com/rust-lang/rust/issues/119489
https://github.com/rust-lang/rust/issues/119382
Expand Down
2 changes: 0 additions & 2 deletions src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zcrate-attr=feature(coroutines)",
"-Zcrate-attr=feature(coroutine_clone)",
"-Zcrate-attr=feature(gen_blocks)",
"-Zthir-unsafeck=yes",
"-Zinline-mir",
"-Zcross-crate-inline-threshold=always",
"-Zinline-mir-threshold=300",
Expand Down Expand Up @@ -707,7 +706,6 @@ static EXPENSIVE_RUSTFLAGS: &[&[&str]] = &[
&["-Zunpretty=expanded,hygiene"],
&["-Zunpretty=mir"],
&["-Zunpretty=mir-cfg"],
&["-Zthir-unsafeck=yes"],
&["-Zdump-mir=all", "-Zdump-mir-dataflow"],
// Sanitizers
&[
Expand Down

0 comments on commit 22cd5fe

Please sign in to comment.