mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
897f56ed28
Don't suggest `#[doc(hidden)]` trait methods with matching return type Fixes #107983, addressing the bad suggestion. The test can probably be made more specific to this case, but I'm unsure how. `@rustbot` label +A-diagnostics