Skip to content

Commit

Permalink
reenable effects
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Nov 18, 2023
1 parent 95fc9bb commit 230405b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zmaximal-hir-to-mir-coverage",
"-Zstrict-init-checks=yes",
"-Zcrate-attr=feature(explicit_tail_calls)",
// "-Zcrate-attr=feature(effects)",
"-Zcrate-attr=feature(effects)",
// "-Clto=off", // rustc_codegen_gcc
// "-Ztreat-err-as-bug=3",
"-Zcrate-attr=feature(lazy_type_alias)",
Expand Down Expand Up @@ -136,7 +136,7 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zcrate-attr=feature(explicit_tail_calls)",
"-Zcrate-attr=feature(lazy_type_alias)",
"-Zcrate-attr=feature(generic_const_items)",
// "-Zcrate-attr=feature(effects)",
"-Zcrate-attr=feature(effects)",
// "-Clto=off", // rustc_codegen_gcc
// "-Ztreat-err-as-bug=3",
"-Ztrait-solver=next-coherence",
Expand Down Expand Up @@ -190,7 +190,7 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zcrate-attr=feature(explicit_tail_calls)",
"-Zcrate-attr=feature(lazy_type_alias)",
"-Zcrate-attr=feature(impl_trait_projections)",
// "-Zcrate-attr=feature(effects)",
"-Zcrate-attr=feature(effects)",
// "-Clto=off", // rustc_codegen_gcc
// "-Ztreat-err-as-bug=3",
"-Ztrait-solver=next-coherence",
Expand Down

0 comments on commit 230405b

Please sign in to comment.