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
recursive-wrapper-types-bit-compatible-mut.stderr
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
recursive-wrapper-types-bit-incompatible.stderr
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
unit-to-itself.rs
unit-to-u8.rs
unit-to-u8.stderr