Skip to content

Commit

Permalink
Zverbose
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Dec 26, 2023
1 parent 7db2e7f commit f1d2278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Wmultiple-supertrait-upcastable",
"-Welided-lifetimes-in-associated-constant",
"--cap-lints=warn",
"-Zverbose",
"--verbose",
],
// basic stuff, edition 2015
Expand All @@ -85,7 +84,6 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zpolymorphize=on",
"-Zalways-encode-mir",
// "-Cpasses=lint",
"-Zverbose",
"-Zextra-const-ub-checks",
"--edition=2015",
"-Ztranslate-lang=en_US",
Expand Down Expand Up @@ -125,7 +123,6 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zpolymorphize=on",
"-Zalways-encode-mir",
//"-Cpasses=lint",
"-Zverbose",
"-Zextra-const-ub-checks",
"--edition=2018",
"-Ztranslate-lang=en_US",
Expand Down Expand Up @@ -169,7 +166,6 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zpolymorphize=on",
"-Zalways-encode-mir",
// "-Cpasses=lint",
"-Zverbose",
"-Zextra-const-ub-checks",
"--edition=2021",
"-Ztranslate-lang=en_US",
Expand Down Expand Up @@ -326,7 +322,6 @@ static EXPENSIVE_RUSTFLAGS: &[&[&str]] = &[
"-Zpolymorphize=on",
"-Zalways-encode-mir",
// "-Cpasses=lint",
"-Zverbose",
"-Zextra-const-ub-checks",
// "-Zmeta-stats",
"-Zstack-protector=all",
Expand Down
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,9 @@ static KEYWORDS_GENERIC_ICE: Lazy<Vec<Regex>> = Lazy::new(|| {
// "thread '.*' panicked at",
// rustfmt formatting failure:
"left behind trailing whitespace",
// more rustc
"cycle encountered after",
"cycle detected",
"error: rustc interrupted by",

// "we would appreciate a bug report",
Expand Down

0 comments on commit f1d2278

Please sign in to comment.