rust/src/test/ui/parser/raw
Russell Cohen f543689eb6 Handle unterminated raw strings with no #s properly
The modified code to handle parsing raw strings didn't properly account for the case where there was no "#" on either end and erroneously reported this strings as complete. This lead to a panic trying to read off the end of the file.
2020-04-02 01:02:55 -04:00
..
issue-70677-panic-on-unterminated-raw-str-at-eof.rs Handle unterminated raw strings with no #s properly 2020-04-02 01:02:55 -04:00
issue-70677-panic-on-unterminated-raw-str-at-eof.stderr Handle unterminated raw strings with no #s properly 2020-04-02 01:02:55 -04:00
raw-byte-string-eof.rs Move raw string tests into the raw directory 2020-03-27 22:02:18 -04:00
raw-byte-string-eof.stderr Cleanup error messages, improve docstrings 2020-03-29 11:12:48 -04:00
raw-byte-string-literals.rs Move raw string tests into the raw directory 2020-03-27 22:02:18 -04:00
raw-byte-string-literals.stderr Move raw string tests into the raw directory 2020-03-27 22:02:18 -04:00
raw-literal-keywords.rs Accurately portray raw identifiers in error messages 2019-12-03 19:01:42 -08:00
raw-literal-keywords.stderr Accurately portray raw identifiers in error messages 2019-12-03 19:01:42 -08:00
raw-literal-self.rs Remove blanket silencing of "type annotation needed" errors 2019-09-24 11:31:14 -07:00
raw-literal-self.stderr Remove blanket silencing of "type annotation needed" errors 2019-09-24 11:31:14 -07:00
raw-literal-underscore.rs Remove blanket silencing of "type annotation needed" errors 2019-09-24 11:31:14 -07:00
raw-literal-underscore.stderr Remove blanket silencing of "type annotation needed" errors 2019-09-24 11:31:14 -07:00
raw-str-delim.rs Move raw string tests into the raw directory 2020-03-27 22:02:18 -04:00
raw-str-delim.stderr Move raw string tests into the raw directory 2020-03-27 22:02:18 -04:00
raw-str-in-macro-call.rs Improve error messages for raw strings (#60762) 2020-03-29 00:43:43 -04:00
raw-str-unbalanced.rs Improve error messages for raw strings (#60762) 2020-03-29 00:43:43 -04:00
raw-str-unbalanced.stderr Cleanup error messages, improve docstrings 2020-03-29 11:12:48 -04:00
raw-str-unterminated.rs Move raw string tests into the raw directory 2020-03-27 22:02:18 -04:00
raw-str-unterminated.stderr Move raw string tests into the raw directory 2020-03-27 22:02:18 -04:00
raw-string-2.rs More raw string tests 2020-03-29 11:34:15 -04:00
raw-string-2.stderr More raw string tests 2020-03-29 11:34:15 -04:00
raw-string.rs More raw string tests 2020-03-29 11:34:15 -04:00
raw-string.stderr More raw string tests 2020-03-29 11:34:15 -04:00