We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
semicolon_in_expressions_from_macros
1 parent 73db2e4 commit 02f0bb7Copy full SHA for 02f0bb7
src/tools/miri/miri-script/src/util.rs
@@ -73,7 +73,7 @@ impl MiriEnv {
73
flags.push("-C link-args=-Wl,-rpath,");
74
flags.push(libdir);
75
// Enable rustc-specific lints (ignored without `-Zunstable-options`).
76
- flags.push(" -Zunstable-options -Wrustc::internal -Wrust_2018_idioms -Wunused_lifetimes -Wsemicolon_in_expressions_from_macros");
+ flags.push(" -Zunstable-options -Wrustc::internal -Wrust_2018_idioms -Wunused_lifetimes");
77
// Add user-defined flags.
78
if let Some(value) = std::env::var_os("RUSTFLAGS") {
79
flags.push(" ");
0 commit comments