Skip to content

Commit

Permalink
more flags, more ice
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Jun 25, 2023
1 parent da1591d commit 3c69318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ https://github.com/langston-barrett/tree-splicer code mutator which icemaker can

Trophy case (630+):

https://github.com/rust-lang/rust/issues/113021
https://github.com/rust-lang/rust/issues/113017
https://github.com/rust-lang/rust/issues/113016
https://github.com/rust-lang/rust/issues/112873
Expand Down
3 changes: 3 additions & 0 deletions src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zprint-type-sizes",
"-Zmaximal-hir-to-mir-coverage",
"-Zstrict-init-checks=yes",
"-Zcrate-attr=feature(explicit_tail_calls)",
// "-Zlower-impl-trait-in-trait-to-assoc-ty",
],
// basic stuff, edition 2018
Expand Down Expand Up @@ -121,6 +122,7 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zcrate-attr=feature(impl_trait_in_assoc_type)",
"-Zcrate-attr=feature(transmute_generic_consts)",
"-Zcrate-attr=feature(fn_ptr_trait)",
"-Zcrate-attr=feature(explicit_tail_calls)",
],
// basic stuff, edition 2021
&[
Expand Down Expand Up @@ -165,6 +167,7 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zcrate-attr=feature(dyn_star)",
"-Zcrate-attr=feature(pointer_like_trait)",
"-Zstrict-init-checks=yes",
"-Zcrate-attr=feature(explicit_tail_calls)",
// "-Zlower-impl-trait-in-trait-to-assoc-ty",
],
// incremental compilation, keep this!
Expand Down

0 comments on commit 3c69318

Please sign in to comment.