rust/tests/ui/auto-traits
Michael Goulet 7815641be0 Gate against auto traits pre-expansion 2023-10-03 19:12:00 +00:00
..
auto-is-contextual.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-trait-projection-recursion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-trait-validation.fixed Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-trait-validation.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-trait-validation.stderr Complete migrating `ast_passes` to derive diagnostics 2023-02-25 15:19:13 +00:00
auto-traits.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bad-generics-on-dyn.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bad-generics-on-dyn.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-23080-2.current.stderr Don't ICE in new solver when auto traits have associated types 2023-06-02 19:22:25 +00:00
issue-23080-2.next.stderr Don't ICE in new solver when auto traits have associated types 2023-06-02 19:22:25 +00:00
issue-23080-2.rs Don't ICE in new solver when auto traits have associated types 2023-06-02 19:22:25 +00:00
issue-23080.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-23080.stderr Complete migrating `ast_passes` to derive diagnostics 2023-02-25 15:19:13 +00:00
issue-83857-ub.rs clean up after 113312 2023-07-28 20:15:12 +02:00
issue-83857-ub.stderr Revert "Suggest using `Arc` on `!Send`/`!Sync` types" 2023-08-28 03:16:48 -07:00
issue-84075.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-84075.stderr Complete migrating `ast_passes` to derive diagnostics 2023-02-25 15:19:13 +00:00
pre-cfg.rs Gate against auto traits pre-expansion 2023-10-03 19:12:00 +00:00
pre-cfg.stderr Gate against auto traits pre-expansion 2023-10-03 19:12:00 +00:00
str-contains-slice-conceptually.rs Treat `str` as containing `[u8]` for auto trait purposes 2023-02-25 20:01:33 +00:00
str-contains-slice-conceptually.stderr Special note for str in auto traits 2023-02-25 20:01:33 +00:00
suspicious-impls-lint.rs Moves the negative impls into a separate test file 2023-03-06 21:05:23 +08:00
suspicious-impls-lint.stderr Moves the negative impls into a separate test file 2023-03-06 21:05:23 +08:00
suspicious-negative-impls-lint.rs Moves the negative impls into a separate test file 2023-03-06 21:05:23 +08:00
suspicious-negative-impls-lint.stderr Bless the suspicious-negative-impls-lint.rs 2023-03-06 21:25:43 +08:00
typeck-auto-trait-no-supertraits-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeck-auto-trait-no-supertraits-2.stderr Complete migrating `ast_passes` to derive diagnostics 2023-02-25 15:19:13 +00:00
typeck-auto-trait-no-supertraits.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeck-auto-trait-no-supertraits.stderr Complete migrating `ast_passes` to derive diagnostics 2023-02-25 15:19:13 +00:00
typeck-default-trait-impl-constituent-types-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeck-default-trait-impl-constituent-types-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeck-default-trait-impl-constituent-types.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeck-default-trait-impl-constituent-types.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeck-default-trait-impl-negation.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeck-default-trait-impl-negation.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeck-default-trait-impl-precedence.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeck-default-trait-impl-precedence.stderr Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errors 2023-01-11 22:25:49 -08:00