rust/src/test/ui/typeck
Oli Scherer 1f7df1956a Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour
This makes `type_alias_impl_trait` not actually do anything anymore
2021-03-15 17:32:43 +00:00
..
auxiliary Do not consider using a semicolon inside of a different-crate macro 2021-02-23 12:03:44 -07:00
issue-52082-type-param-shadows-existing-type.rs
issue-52082-type-param-shadows-existing-type.stderr
issue-55810-must-typeck-match-pats-before-guards.rs
issue-57673-ice-on-deref-of-boxed-trait.rs
issue-57673-ice-on-deref-of-boxed-trait.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-67971.rs
issue-67971.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-68590-reborrow-through-derefmut.rs
issue-69378-ice-on-invalid-type-node-after-recovery.rs
issue-69378-ice-on-invalid-type-node-after-recovery.stderr
issue-72225-call-fnmut-through-derefmut.rs
issue-73592-borrow_mut-through-deref.fixed
issue-73592-borrow_mut-through-deref.rs
issue-73592-borrow_mut-through-deref.stderr
issue-74933.rs
issue-79040.rs address comments 2021-03-06 08:21:08 +05:30
issue-79040.stderr address comments 2021-03-06 08:21:08 +05:30
issue-80207-unsized-return.rs Remove incorrect `delay_span_bug` 2021-02-03 08:52:57 -08:00
issue-81293.rs typeck: Don't suggest converting LHS exprs 2021-01-26 09:09:15 +03:00
issue-81293.stderr typeck: Don't suggest converting LHS exprs 2021-01-26 09:09:15 +03:00
issue-81943.rs Do not consider using a semicolon inside of a different-crate macro 2021-02-23 12:03:44 -07:00
issue-81943.stderr Do not consider using a semicolon inside of a different-crate macro 2021-02-23 12:03:44 -07:00
issue-82772.rs fix: check before index into generated patterns 2021-03-12 01:54:08 +08:00
issue-82772.stderr fix: check before index into generated patterns 2021-03-12 01:54:08 +08:00
typeck-builtin-bound-type-parameters.rs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
typeck-builtin-bound-type-parameters.stderr Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
typeck-cast-pointer-to-float.rs
typeck-cast-pointer-to-float.stderr
typeck-default-trait-impl-assoc-type.fixed pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
typeck-default-trait-impl-assoc-type.rs
typeck-default-trait-impl-assoc-type.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
typeck-default-trait-impl-cross-crate-coherence.rs
typeck-default-trait-impl-cross-crate-coherence.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
typeck-default-trait-impl-negation-send.rs
typeck-default-trait-impl-negation-send.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
typeck-default-trait-impl-negation-sync.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
typeck-default-trait-impl-negation-sync.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
typeck-default-trait-impl-send-param.rs
typeck-default-trait-impl-send-param.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
typeck-unsafe-always-share.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
typeck-unsafe-always-share.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
typeck_type_placeholder_item.full_tait.stderr Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour 2021-03-15 17:32:43 +00:00
typeck_type_placeholder_item.min_tait.stderr Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour 2021-03-15 17:32:43 +00:00
typeck_type_placeholder_item.rs Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour 2021-03-15 17:32:43 +00:00
typeck_type_placeholder_item_help.rs Add a regression test 2021-01-30 18:26:29 +09:00
typeck_type_placeholder_item_help.stderr Fixing bad suggestion for `_` in `const` type when a function #81885 2021-02-09 08:35:58 +00:00
typeck_type_placeholder_lifetime_1.rs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
typeck_type_placeholder_lifetime_1.stderr Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
typeck_type_placeholder_lifetime_2.rs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
typeck_type_placeholder_lifetime_2.stderr Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
typeck_type_placeholder_mismatch.rs
typeck_type_placeholder_mismatch.stderr