about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-22038.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2017-05-15rustdoc: Display `extern "C" fn` instead of `extern fn`Oliver Middleton-2/+2
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-0/+29
This commit ensures that the ABI of functions is propagated all the way through to the documentation. Closes #22038