Skip to content

Commit d3dfbd8

Browse files
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 7c09391 + a0ba895 commit d3dfbd8

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)