mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 02:53:43 +00:00
These links never worked, but the lint was suppressed due to the fact that the span was pointing into the macro. With the new macro implementation, the span now points directly to the doc comment in the macro invocation, so it's no longer suppressed.