about summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-default-impl/bar.rs
AgeCommit message (Collapse)AuthorLines
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-16/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-12rustdoc: Fix ICE with cross-crate default implsAlex Crichton-0/+17
This adds a special code path for impls which are listed as default impls to ensure that they're loaded correctly.