summary refs log tree commit diff
path: root/src/test/rustdoc/issue-23511.rs
AgeCommit message (Collapse)AuthorLines
2015-04-07rustdoc: Index inherent methods on primitivesAlex Crichton-0/+24
The set of types which can have an inherent impl changed slightly and rustdoc just needed to catch up to understand what it means to see a `impl str`! Closes #23511