Skip to content

Fix trailing semicolon in expression from make_static_outline macro#186

Merged
afishhh merged 1 commit into
masterfrom
trailing-semicolon-fix
Jul 17, 2026
Merged

Fix trailing semicolon in expression from make_static_outline macro#186
afishhh merged 1 commit into
masterfrom
trailing-semicolon-fix

Conversation

@afishhh

@afishhh afishhh commented Jul 17, 2026

Copy link
Copy Markdown
Owner

This FCW was recently a long time ago moved to deny-by-default and breaks subrandr on Rust nightly.

I use exclusively nightly Rust when building locally but for some reason this did not show up as a warning before. Since this means a future Rust release will likely break existing subrandr releases, we will need a point release when that happens.

@afishhh
afishhh merged commit f2d74d8 into master Jul 17, 2026
8 checks passed
@afishhh
afishhh deleted the trailing-semicolon-fix branch July 17, 2026 11:58
@afishhh

afishhh commented Jul 17, 2026

Copy link
Copy Markdown
Owner Author

this did not show up as a warning before

It was only recently made to lint on non-local macros: rust-lang/rust#159222.

recently moved to deny-by-default

It was deny-by-default since long ago just easy to miss in certain cases due to the above.

I'm assuming this was an unintentional omission because it seems highly undesirable to only surface an FCW when it has already been made deny-by-default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant