Skip to content

Commit

Permalink
mut_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Mar 29, 2024
1 parent a88d9dc commit 0f8e267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zcrate-attr=feature(unnamed_fields)",
"-Zcrate-attr=feature(deref_patterns)",
"-Zcrate-attr=feature(postfix_match)",
"-Zcrate-attr=feature(mut_ref)",
"-Clink-dead-code=true",
],
/* rustc codegen gcc
Expand Down

0 comments on commit 0f8e267

Please sign in to comment.