summary refs log tree commit diff
path: root/src/test/auxiliary/inline-default-methods.rs
AgeCommit message (Collapse)AuthorLines
2016-03-25Make the compiler emit an error if the crate graph contains two crates with ↵Michael Woerister-0/+2
the same crate-name and crate-salt but different SVHs.
2015-04-07rustdoc: Detect provided methods on inlined traitsAlex Crichton-0/+14
Closes #23864