rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
96.84k stars 12.51k forks source link

rustdoc: Built-in macros are not documented in all the necessary locations #63268

Open petrochenkov opened 5 years ago

petrochenkov commented 5 years ago

NOTE: Some cases below assume https://github.com/rust-lang/rust/pull/63056 has landed.

petrochenkov commented 3 years ago

Looks like everything mentioned in this issue was fixed, and https://github.com/rust-lang/rust/pull/83155 removes the #[doc(hidden)] attributes as well.

pierwill commented 2 years ago

@jyn514 Can we close this?

jyn514 commented 2 years ago

My understanding is that the macros with doc(hidden) still aren't documented anywhere, since https://github.com/rust-lang/rust/pull/83155 was closed.