rust/src/test/rustdoc/inline_cross
Oliver Middleton a7c467418f rustdoc: Don't inline #[doc(hidden)] pub use
Currently if a `#[doc(hidden)] pub use` item is inlined the `hidden`
attribute is ignored so the item can appear in the docs. By never inlining
such imports, they can be stripped.
2016-06-11 23:00:42 +01:00
..
auxiliary s/aux/auxiliary, because windows 2016-05-06 16:24:48 -04:00
hidden-use.rs rustdoc: Don't inline #[doc(hidden)] pub use 2016-06-11 23:00:42 +01:00
inline_hidden.rs Check reachability for inlined extern links too 2016-04-24 20:32:21 +02:00
issue-28480.rs Reachability check cross-crate links 2016-04-18 01:56:01 +02:00
issue-31948-1.rs Perform doc-reachability check for inlined impls 2016-04-18 01:55:54 +02:00
issue-31948-2.rs Perform doc-reachability check for inlined impls 2016-04-18 01:55:54 +02:00
issue-31948.rs Perform doc-reachability check for inlined impls 2016-04-18 01:55:54 +02:00
issue-32881.rs Remove, now unnecessary, workaround 2016-04-24 08:17:14 +02:00
issue-33113.rs Remove, now unnecessary, workaround 2016-04-24 08:17:14 +02:00