about summary refs log tree commit diff
path: root/src/test/pretty/block-comment-multiple-asterisks.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2015-08-11Fix #27567: remove --crate-type=lib from pretty testTim Neumann-0/+2
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.