about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-41783.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2017-08-28Update test issue-41783.rs for new attribute highlighting behaviourMichael Layzell-2/+6
2017-05-06Allow # to appear in rustdoc code output.Mark Simulacrum-0/+25
"##" at the start of a trimmed rustdoc line is now cut to "#" and then shown. If the user wanted to show "##", they can type "###".