Skip to content

Commit

Permalink
disable effects for now
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Oct 27, 2023
1 parent 85d22bd commit fa10025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,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 fa10025

Please sign in to comment.