aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/multiline-comment-line-tracking.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix mistaken replacements in error-pattern comments in testsMarijn Haverbeke2011-05-121-1/+1
|
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-1/+1
| | | | This should be a snapshot transition.
* Fix test now that we look at the full error-pattern. Also enable it for rustc.Rafael Ávila de Espíndola2011-01-261-1/+1
|
* Fix some naughtiness of handling newlines in bracequotes and multi-line ↵Graydon Hoare2010-08-031-0/+10
comments. Closes #142.