このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
Transmutes -
https://doc.rust-lang.org/nomicon/transmutes.html
>Transmuting between non-repr(C) types is UB
なるほど
まずいなあ。自分もRocketに実質的にtransmuteを含むコミットを投げてしまっているのだが……
Add conversion methods for `Box<UncasedStr>` by dmizuk · Pull Request #373 · SergioBenitez/Rocket
https://github.com/SergioBenitez/Rocket/pull/373
UncasedStr::new is undefined behavior · Issue #494 · SergioBenitez/Rocket
https://github.com/SergioBenitez/Rocket/issues/494
>Same thing for these transmutes, which all assume #[repr(C)].
>UncasedStr::into_uncased
>Uncased::into_boxed_uncased
あっ、とても申し訳ない