rust/tests/ui/auxiliary
Jack Wrenn a122dde217 do not implement unsafe auto traits for types with unsafe fields
If a type has unsafe fields, its safety invariants are not simply
the conjunction of its field types' safety invariants. Consequently,
it's invalid to reason about the safety properties of these types
in a purely structural manner — i.e., the manner in which `auto`
traits are implemented.

Makes progress towards #132922.
2024-12-05 23:52:21 +00:00
..
augmented_assignments.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
crate-method-reexport-grrrrrrr2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
default-ty-param-cross-crate-crate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
edition-kw-macro-2015.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
edition-kw-macro-2018.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
fancy-panic.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl_privacy_xc_1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
inner_static.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-13560-1.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-13560-2.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-13560-3.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-16822.rs Move most ui-fulldeps tests to ui 2023-04-13 22:08:07 -05:00
issue-18502.rs Move most ui-fulldeps tests to ui 2023-04-13 22:08:07 -05:00
issue-24106.rs Move most ui-fulldeps tests to ui 2023-04-13 22:08:07 -05:00
issue-76387.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
kinds_in_metadata.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
msvc-data-only-lib.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
noexporttypelib.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
pub-and-stability.rs stability: remove skip_stability_check_due_to_privacy 2024-11-18 08:07:46 +01:00
removing-extern-crate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
svh-a-base.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
svh-b.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeid-intrinsic-aux1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
typeid-intrinsic-aux2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00