rust/src/test/run-make/rustdoc-recursion
Alex Crichton d2b30f7d38 rustdoc: Prevent infinite recursion when inlining
Cyclic pub-use chains triggered infinite recursion, and this commit adds a hash
set to guard against cyclic recursion. This will cause one of the reexports to
render as a `pub use` instead of inlining the documentation.

Closes #16274
2014-09-23 15:13:56 -07:00
..
foo.rs rustdoc: Prevent infinite recursion when inlining 2014-09-23 15:13:56 -07:00
Makefile rustdoc: Prevent infinite recursion when inlining 2014-09-23 15:13:56 -07:00