rust/tests/ui/return
Jubilee Young d89500843c Move 100 entries from tests/ui into subdirs
- Move super-fast-paren-parsing test into ui/parser
- Move stmt_expr_attrs test into ui/feature-gates
- Move macro tests into ui/macros
- Move global_asm tests into ui/asm
- Move env tests into ui/process
- Move xcrate tests into ui/cross-crate
- Move unop tests into ui/unop
- Move backtrace tests into ui/backtrace
- Move check-static tests into ui/statics
- Move expr tests into ui/expr
- Move optimization fuel tests into ui/fuel
- Move ffi attribute tests into ui/ffi-attrs
- Move suggestion tests into ui/suggestions
- Move main tests into ui/fn-main
- Move lint tests into ui/lint
- Move repr tests into ui/repr
- Move intrinsics tests into ui/intrinsics
- Move tool lint tests into ui/tool-attributes
- Move return tests into ui/return
- Move pattern tests into ui/patttern
- Move range tests into ui/range
- Move foreign-fn tests into ui/foreign
- Move orphan-check tests into ui/coherence
- Move inference tests into ui/inference
- Reduce ROOT_ENTRY_LIMIT
2024-05-20 19:55:59 -07:00
..
issue-64620.rs hir: Add Become expression kind 2023-06-26 08:56:32 +00:00
issue-64620.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01: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 Show number in error message even for one error 2023-11-24 19:15:52 +01: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
ret-bang.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
ret-non-nil.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
ret-non-nil.stderr Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
return-disjoint-regions.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
return-disjoint-regions.stderr Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
return-from-diverging.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-from-diverging.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
return-impl-trait-bad.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-impl-trait-bad.stderr Note that type param is chosen by caller when suggesting return impl Trait 2024-03-16 23:20:42 +00:00
return-impl-trait.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
return-impl-trait.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
return-impl-trait.stderr Note that type param is chosen by caller when suggesting return impl Trait 2024-03-16 23:20:42 +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-nil.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07: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 Point to where missing return type should go 2023-10-04 21:09:54 +00:00
return-ty-mismatch-note.rs Note that type param is chosen by caller when suggesting return impl Trait 2024-03-16 23:20:42 +00:00
return-ty-mismatch-note.stderr Note that type param is chosen by caller when suggesting return impl Trait 2024-03-16 23:20:42 +00:00
return-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-type.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
return-unit-from-diverging.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-unit-from-diverging.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
suggest-a-value.rs Suggest value on bare return 2024-04-14 09:42:53 -04:00
suggest-a-value.stderr Fix 1-tuple value suggestion 2024-04-14 09:42:53 -04:00
tail-expr-as-potential-return.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
tail-expr-as-potential-return.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
tail-expr-if-as-return.rs feat: add unit test 2024-05-16 21:10:07 +08:00
tail-expr-if-as-return.stderr feat: add unit test 2024-05-16 21:10:07 +08:00