summary refs log tree commit diff
path: root/src/test/compile-fail/doc-before-eof.rs
AgeCommit message (Collapse)AuthorLines
2015-02-16Move remaning compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-11/+0
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.