|
|
@ -18,9 +18,6 @@ boggling.
|
|
|
|
* Making a primitive with an invalid value is UB
|
|
|
|
* Making a primitive with an invalid value is UB
|
|
|
|
* Transmuting between non-repr(C) types is UB
|
|
|
|
* Transmuting between non-repr(C) types is UB
|
|
|
|
* Transmuting an & to &mut is UB
|
|
|
|
* Transmuting an & to &mut is UB
|
|
|
|
* Transmuting an & to &mut is *always* UB
|
|
|
|
|
|
|
|
* No you can't do it
|
|
|
|
|
|
|
|
* No you're not special
|
|
|
|
|
|
|
|
* Transmuting to a reference without an explicitly provided lifetime
|
|
|
|
* Transmuting to a reference without an explicitly provided lifetime
|
|
|
|
produces an [unbounded lifetime]
|
|
|
|
produces an [unbounded lifetime]
|
|
|
|
|
|
|
|
|
|
|
|