rust/src/test/ui/token
Esteban Küber 008aa5a24e Provide more context for unenclosed delimiters
* When encountering EOF, point at the last opening brace that does not
   have the same indentation level as its close delimiter.
 * When encountering the wrong type of close delimiter, point at the
   likely correct open delimiter to give a better idea of what went
   wrong.
2018-09-05 03:43:24 -07:00
..
bounds-obj-parens.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
bounds-obj-parens.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-10636-2.rs Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-10636-2.stderr Provide more context for unenclosed delimiters 2018-09-05 03:43:24 -07:00
issue-15980.rs struct pattern parsing and diagnostic tweaks 2018-01-07 17:04:36 -08:00
issue-15980.stderr update tests 2018-03-14 00:53:24 +01:00
issue-41155.rs Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-41155.stderr Implement existential types 2018-07-18 10:53:08 +02:00
macro-incomplete-parse.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
macro-incomplete-parse.stderr Update UI tests 2018-02-26 20:24:02 +03:00
trailing-plus-in-bounds.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
trailing-plus-in-bounds.stderr Update UI tests 2018-02-26 20:24:02 +03:00