rust/src/test/ui/return
2022-10-20 11:08:44 -03: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 Emit explanatory note for functions in trait and impl items as well 2021-06-30 13:56:26 +02:00
return-from-diverging.rs
return-from-diverging.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
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 Add regression test for #92308 2021-12-28 19:43:36 -06:00
tail-expr-as-potential-return.stderr Add regression test for #92308 2021-12-28 19:43:36 -06:00