rust/src/test/ui/return
Esteban Küber 99f2977031 Modify structured suggestion output
* On suggestions that include deletions, use a diff inspired output format
* When suggesting addition, use `+` as underline
* Color highlight modified span
2021-08-11 09:46:24 +00:00
..
issue-82612-return-mutable-reference.rs Erase late bound regions to avoid ICE 2021-02-28 22:20:15 +09:00
issue-82612-return-mutable-reference.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
issue-86188-return-not-in-fn-body.rs Emit explanatory note for functions in trait and impl items as well 2021-06-30 13:56:26 +02:00
issue-86188-return-not-in-fn-body.stderr Emit explanatory note for functions in trait and impl items as well 2021-06-30 13:56:26 +02:00
return-from-diverging.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
return-from-diverging.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
return-match-array-const.rs Fix type checking of return expressions outside fn bodies 2021-06-11 01:20:00 +02:00
return-match-array-const.stderr Fix type checking of return expressions outside fn bodies 2021-06-11 01:20:00 +02:00
return-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
return-type.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
return-unit-from-diverging.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
return-unit-from-diverging.stderr Update tests 2019-03-11 23:10:26 +03:00
tail-expr-as-potential-return.rs tidy 2021-02-21 16:34:37 -08:00
tail-expr-as-potential-return.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00