mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 07:45:33 +00:00
(fix) conflicting negative impl marker ## Context This MR fixes the error message for conflicting negative trait impls by adding the corresponding the polarity marker to the trait name. ## Issues - closes #70849 r? `@fmease`