Skip to content

Commit 8542d84

Browse files
authoredDec 5, 2023
Rollup merge of rust-lang#118642 - Xanewok:patch-1, r=clubby789
bootstrap(builder.rs): Don't explicitly warn against `semicolon_in_expressions_from_macros` This already wasn't passed in bootstrap.py and the lint itself already warns-by-default for 2 years now and has already been added to the future-incompat group in Rust 1.68. See rust-lang#79813 for the tracking issue.
2 parents 0f0615c + a0ba895 commit 8542d84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/bootstrap/src/core/builder.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,6 @@ impl<'a> Builder<'a> {
18721872
// some code doesn't go through this `rustc` wrapper.
18731873
lint_flags.push("-Wrust_2018_idioms");
18741874
lint_flags.push("-Wunused_lifetimes");
1875-
lint_flags.push("-Wsemicolon_in_expressions_from_macros");
18761875

18771876
if self.config.deny_warnings {
18781877
lint_flags.push("-Dwarnings");

0 commit comments

Comments
 (0)
Please sign in to comment.