summary refs log tree commit diff
path: root/src/test/pretty/block-comment-multiple-asterisks.rs
AgeCommit message (Collapse)AuthorLines
2014-02-27Fix a pretty printer crash on `/***`.Chris Morgan-0/+14
The pretty printer was treating block comments with more than two asterisks after the first slash (e.g. `/***`) as doc comments (which are attributes), whereas in actual fact they are just regular comments.