summary refs log tree commit diff
path: root/src/test/compile-fail/doc-before-eof.rs
AgeCommit message (Collapse)AuthorLines
2014-09-20libsyntax: Explicit error message for sugared doc comments.Mike Boutin-0/+11
Display an explicit message about items missing after sugared doc comment attributes. References #2789.