Skip to content

Commit

Permalink
add -Zthir-unsafeck=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Oct 26, 2023
1 parent bd5903d commit 36a7f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ https://github.com/langston-barrett/tree-splicer code mutator which icemaker can

Trophy case (750+):

https://github.com/rust-lang/rust/issues/117195
https://github.com/rust-lang/rust/issues/117153
https://github.com/rust-lang/rust/issues/117146
https://github.com/rust-lang/rust/issues/117144
Expand Down
1 change: 1 addition & 0 deletions src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zinline-mir-threshold=20",
"-Zcrate-attr=feature(unnamed_fields)",
"-Zcrate-attr=feature(adt_const_params)",
"-Zthir-unsafeck=yes",
// "-Zmir-opt-level=3",
],
/* rustc codegen gcc
Expand Down

0 comments on commit 36a7f16

Please sign in to comment.