mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
09c07ed63f
Refactor `disallowed_methods` and narrow span Using the span of the call site just produces noisy diagnostics for long calls. Especially multi-line calls. changelog: none