rust/src/test/ui/parser/raw
Esteban Küber 8259a2dd42 Do not emit type errors after parse error in last statement of block
When recovering from a parse error inside a block, do not emit type
errors generating on that block's recovered return expression.

Fix #57383.
2019-07-12 18:55:01 -07:00
..
raw-literal-keywords.rs Do not emit type errors after parse error in last statement of block 2019-07-12 18:55:01 -07:00
raw-literal-keywords.stderr Do not emit type errors after parse error in last statement of block 2019-07-12 18:55:01 -07:00
raw-literal-self.rs syntax: Introduce Ident::can_be_raw 2019-03-16 23:13:15 +03:00
raw-literal-self.stderr syntax: Introduce Ident::can_be_raw 2019-03-16 23:13:15 +03:00
raw-literal-underscore.rs syntax: Introduce Ident::can_be_raw 2019-03-16 23:13:15 +03:00
raw-literal-underscore.stderr syntax: Introduce Ident::can_be_raw 2019-03-16 23:13:15 +03:00
raw_string.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
raw_string.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00