mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
19ed2f10be
Fix false positive double negations with macro invocation This PR fixes false positive double_negations lint when macro expansion has negation and macro caller also has negations. Fix rust-lang/rust#143980