Skip to content

Commit

Permalink
fn_delegation + ices
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Jan 13, 2024
1 parent 0637b54 commit 5e2372a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ https://github.com/langston-barrett/tree-splicer code mutator which icemaker can


Trophy case (840+):


https://github.com/rust-lang/rust/issues/119921
https://github.com/rust-lang/rust/issues/119920
https://github.com/rust-lang/rust/issues/119919
https://github.com/rust-lang/rust/issues/119905
https://github.com/rust-lang/rust/issues/119890
https://github.com/rust-lang/rust/issues/119867
https://github.com/rust-lang/rust/issues/119857
Expand Down
3 changes: 3 additions & 0 deletions src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zinline-mir-threshold=20",
"-Zpolonius=next",
"-Zcrate-attr=feature(trait_upcasting)",
"-Zcrate-attr=feature(fn_delegation)",
"-Zlint-mir",
],
// basic stuff, edition 2018
Expand Down Expand Up @@ -146,6 +147,7 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zinline-mir-threshold=20",
"-Zpolonius=next",
"-Zcrate-attr=feature(trait_upcasting)",
"-Zcrate-attr=feature(fn_delegation)",
"-Zlint-mir",
],
// basic stuff, edition 2021
Expand Down Expand Up @@ -201,6 +203,7 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zinline-mir-threshold=20",
"-Zpolonius=next",
"-Zcrate-attr=feature(trait_upcasting)",
"-Zcrate-attr=feature(fn_delegation)",
"-Zlint-mir",
],
// edition 2024
Expand Down

0 comments on commit 5e2372a

Please sign in to comment.