mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
dc6afd74dd
Improve span for "unresolved intra doc link" on `deprecated` attribute Follow-up of rust-lang/rust#150721. To make this work, I replaced the `Symbol` by an `Ident` to keep the `Span` information. cc @folkertdev r? @camelid
For more information about how rustc works, see the rustc dev guide.