mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
57c5f40cf4
Stabilize doc_alias feature Fixes #50146. This PR intend to stabilize the `doc_alias` feature. The last remaining bits were missing checks on the attribute usage and on its arguments. Both have been added so I think we can now move to the next step. r? `@ollie27` cc `@rust-lang/rustdoc`