mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
517e7ce37f
(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`