Add SEMICOLON_IN_EXPRESSIONS_FROM_MACROS
to future-incompat report
This commit is contained in:
parent
005fc0f00f
commit
dc8876196b
7 changed files with 221 additions and 0 deletions
|
@ -2948,6 +2948,7 @@ declare_lint! {
|
|||
"trailing semicolon in macro body used as expression",
|
||||
@future_incompatible = FutureIncompatibleInfo {
|
||||
reference: "issue #79813 <https://github.com/rust-lang/rust/issues/79813>",
|
||||
reason: FutureIncompatibilityReason::FutureReleaseErrorReportNow,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue