rust/tests/ui/return
2023-08-10 02:26:11 +02:00
..
issue-64620.rs hir: Add Become expression kind 2023-06-26 08:56:32 +00:00
issue-64620.stderr hir: Add Become expression kind 2023-06-26 08:56:32 +00:00
issue-82612-return-mutable-reference.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-82612-return-mutable-reference.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-86188-return-not-in-fn-body.rs hir: Add Become expression kind 2023-06-26 08:56:32 +00:00
issue-86188-return-not-in-fn-body.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-from-diverging.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-from-diverging.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-impl-trait-bad.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-impl-trait-bad.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-impl-trait.fixed Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-impl-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-impl-trait.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-match-array-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-match-array-const.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-struct.rs Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/tuple literals unless *all* sub-expressions had side effects. This would easily allow side effects to slip through, and also wrongly label empty literals as having side effects. Add some tests for the last point 2023-08-10 02:26:11 +02:00
return-struct.stderr Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/tuple literals unless *all* sub-expressions had side effects. This would easily allow side effects to slip through, and also wrongly label empty literals as having side effects. Add some tests for the last point 2023-08-10 02:26:11 +02:00
return-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-type.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
return-unit-from-diverging.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-unit-from-diverging.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
tail-expr-as-potential-return.rs hir: Add Become expression kind 2023-06-26 08:56:32 +00:00
tail-expr-as-potential-return.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00