os-rust/compiler/rustc_next_trait_solver
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
..
src do not implement unsafe auto traits for types with unsafe fields 2024-12-05 23:52:21 +00:00
Cargo.toml Remove unused intercrate dependencies 2024-11-07 14:17:16 +00:00