rust/compiler/rustc_transmute/src/maybe_transmutable
Jack Wrenn 17995d5cc2 safe transmute: forbid reference lifetime extension
Modifies `BikeshedIntrinsicFrom` to forbid lifetime extensions on
references. This static check can be opted out of with the
`Assume::lifetimes` flag.

Fixes #129097
2024-08-18 18:31:06 +00:00
..
mod.rs safe transmute: forbid reference lifetime extension 2024-08-18 18:31:06 +00:00
query_context.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
tests.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00