rust/tests/ui/transmutability/references
Bryan Garza 64a54df86f Safe Transmute: Disable coinduction support
This patch just removes the `#[rustc_coinductive]` annotation from `BikeshedIntrinsicFrom` and flips the related tests to `check-fail`. Once an FCP for setting the annotation on the trait is approved, it could be enabled again.
2023-06-07 08:21:00 -07:00
..
recursive-wrapper-types-bit-compatible-mut.rs Safe Transmute: Check mutability before creating dst -> src obligation 2023-05-24 15:00:06 -07:00
recursive-wrapper-types-bit-compatible-mut.stderr Safe Transmute: Check mutability before creating dst -> src obligation 2023-05-24 15:00:06 -07:00
recursive-wrapper-types-bit-compatible.rs Safe Transmute: Disable coinduction support 2023-06-07 08:21:00 -07:00
recursive-wrapper-types-bit-compatible.stderr Safe Transmute: Disable coinduction support 2023-06-07 08:21:00 -07:00
recursive-wrapper-types-bit-incompatible.rs Safe Transmute: Check mutability before creating dst -> src obligation 2023-05-24 15:00:06 -07:00
recursive-wrapper-types-bit-incompatible.stderr Safe Transmute: Enable handling references, including recursive types 2023-05-24 14:52:18 -07:00
recursive-wrapper-types.rs Safe Transmute: Disable coinduction support 2023-06-07 08:21:00 -07:00
recursive-wrapper-types.stderr Safe Transmute: Disable coinduction support 2023-06-07 08:21:00 -07:00
u8-to-unit.rs Safe Transmute: Check mutability before creating dst -> src obligation 2023-05-24 15:00:06 -07:00
unit-to-itself.rs Safe Transmute: Enable handling references, including recursive types 2023-05-24 14:52:18 -07:00
unit-to-u8.rs Safe Transmute: Check mutability before creating dst -> src obligation 2023-05-24 15:00:06 -07:00
unit-to-u8.stderr Safe Transmute: Enable handling references, including recursive types 2023-05-24 14:52:18 -07:00