rust/src/test/ui/coercion
Nilstrieb 2c7d32b4f4
Use type_ascribe! in many UI tests
Use it in all UI tests that are about the semantics and not the syntax
of type ascription.
2022-11-19 22:16:42 +01:00
..
auxiliary Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
coerce-block-tail-26978.rs Add tests for autoderef on block tail 2022-10-17 04:03:23 +08:00
coerce-block-tail-26978.stderr Add tests for autoderef on block tail 2022-10-17 04:03:23 +08:00
coerce-block-tail-57749.rs Add tests for autoderef on block tail 2022-10-17 04:03:23 +08:00
coerce-block-tail-57749.stderr Add tests for autoderef on block tail 2022-10-17 04:03:23 +08:00
coerce-block-tail-83783.rs Add tests for autoderef on block tail 2022-10-17 04:03:23 +08:00
coerce-block-tail-83783.stderr Add tests for autoderef on block tail 2022-10-17 04:03:23 +08:00
coerce-block-tail-83850.rs Add tests for autoderef on block tail 2022-10-17 04:03:23 +08:00
coerce-block-tail-83850.stderr Add tests for autoderef on block tail 2022-10-17 04:03:23 +08:00
coerce-block-tail.rs Add tests for autoderef on block tail 2022-10-17 04:03:23 +08:00
coerce-block-tail.stderr Add tests for autoderef on block tail 2022-10-17 04:03:23 +08:00
coerce-expect-unsized-ascribed.rs Use type_ascribe! in many UI tests 2022-11-19 22:16:42 +01:00
coerce-expect-unsized-ascribed.stderr Use type_ascribe! in many UI tests 2022-11-19 22:16:42 +01:00
coerce-expect-unsized.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
coerce-issue-49593-box-never-windows.nofallback.stderr Note concrete type being coerced into object 2022-06-28 21:56:18 +00:00
coerce-issue-49593-box-never-windows.rs Add only-windows versions of the coerce-issue-49593-box-never test. 2022-04-26 09:52:22 -07:00
coerce-issue-49593-box-never.nofallback.stderr Note concrete type being coerced into object 2022-06-28 21:56:18 +00:00
coerce-issue-49593-box-never.rs Add ignore-windows to a test. 2022-04-19 14:19:50 -07:00
coerce-mut.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
coerce-mut.stderr Implementation for 65853 2022-04-16 02:26:56 -04:00
coerce-overloaded-autoderef-fail.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-overloaded-autoderef-fail.stderr merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-overloaded-autoderef.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-reborrow-imm-ptr-arg.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-reborrow-imm-ptr-rcvr.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-reborrow-imm-vec-arg.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-reborrow-imm-vec-rcvr.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-reborrow-multi-arg-fail.rs coerce reborrow multi arg test 2020-06-19 11:06:21 +02:00
coerce-reborrow-multi-arg-fail.stderr Point out a single arg if we have a single arg incompatibility 2022-08-12 15:18:39 +00:00
coerce-reborrow-multi-arg.rs coerce reborrow multi arg test 2020-06-19 11:06:21 +02:00
coerce-reborrow-mut-ptr-arg.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-reborrow-mut-ptr-rcvr.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-reborrow-mut-vec-arg.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-reborrow-mut-vec-rcvr.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-to-bang-cast.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-to-bang-cast.stderr merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-to-bang.rs Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05:00
coerce-to-bang.stderr Point out a single arg if we have a single arg incompatibility 2022-08-12 15:18:39 +00:00
coerce-unify-return.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-unify.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coerce-unsize-subtype.rs merge coercion test folders 2020-06-19 10:55:38 +02:00
coercion-missing-tail-expected-type.fixed Audit uses of span_suggestion_short 2020-07-02 15:18:33 +09:00
coercion-missing-tail-expected-type.rs Audit uses of span_suggestion_short 2020-07-02 15:18:33 +09:00
coercion-missing-tail-expected-type.stderr slightly improve no return for returning function error 2022-10-04 19:13:40 +08:00
coercion-slice.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
coercion-slice.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
issue-14589.rs Warn about dead tuple struct fields 2022-08-03 12:17:23 +02:00
issue-36007.rs add test for issue 36007 2022-10-27 22:56:20 +08:00
issue-37655.rs Move some UI tests to more suitable subdirs 2021-06-30 06:41:10 +09:00
issue-39823.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
issue-53475.rs use check_region_obligations_and_report_errors in more places to avoid ICEs 2022-07-27 05:34:29 +00:00
issue-53475.stderr use check_region_obligations_and_report_errors in more places to avoid ICEs 2022-07-27 05:34:29 +00:00
issue-73886.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
issue-73886.stderr Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
issue-88097.rs Fix non-capturing closure return type coercion 2021-08-19 01:01:49 +02:00
issue-101066.rs Sad 2022-08-27 03:42:24 +00:00
retslot-cast.rs Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
retslot-cast.stderr Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
unsafe-coercion.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00