rust/src/test/ui/return
2022-12-02 04:11:48 +00:00
..
issue-64620.rs Move some tests for more reasonable places 2022-10-20 11:08:44 -03:00
issue-64620.stderr Move some tests for more reasonable places 2022-10-20 11:08:44 -03: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 Change multiline span ASCII art visual order 2022-11-28 00:11:12 -08:00
return-from-diverging.rs
return-from-diverging.stderr
return-impl-trait-bad.rs Suggest impl Trait return type 2022-02-18 20:40:08 +01:00
return-impl-trait-bad.stderr Suggest impl Trait return type 2022-02-18 20:40:08 +01:00
return-impl-trait.fixed Suggest impl Trait return type 2022-02-18 20:40:08 +01:00
return-impl-trait.rs Suggest impl Trait return type 2022-02-18 20:40:08 +01:00
return-impl-trait.stderr Suggest impl Trait return type 2022-02-18 20:40:08 +01: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
return-type.stderr Eagerly replace {integer}/{float} with i32/f64 for suggestion 2022-03-27 02:20:16 +00:00
return-unit-from-diverging.rs
return-unit-from-diverging.stderr
tail-expr-as-potential-return.rs Avoid InferCtxt::build in suggest_missing_break_or_return_expr 2022-12-02 04:11:48 +00:00
tail-expr-as-potential-return.stderr Avoid InferCtxt::build in suggest_missing_break_or_return_expr 2022-12-02 04:11:48 +00:00