nora

Results 207 comments of nora

`itoa` 0.4 contains unsound uses of `std::mem::uninitialized` (uninit integers). If we want to issue a future-compatibility-warning on that, which we want to do at some point, it would be nice...

Hi, I've seen you changed some diagnostic structs in your PR. After #103345, the way we refer to fluent messages changed. They are now in a flat namespace with the...

This will take a little time as I don't have that much time right now, so @rustbot author

I've addressed all the comments, but #101061 will force me to change some of the intrinsics used here if it's merged. This brings me to a question: Should we use...

Yeah, this pass could be seen as a very simple MaybeUninit sanitizer. But I agree that this is quite some complexity without precedent, and I am not sure whether it's...

This would break, we guarantee it to be transparent over `T`. If I read a `T` in memory as a `MaybeUninit`, which is allowed as it's transparent, it would do...

I'm waiting for whether we want to go forward with this before I'm cleaning this up further

If we had a GAT-ified Index, you could build this on top of it with Result, Option, or anything you desire.

This is probably still happening on stable because the fix hasn't been released to stable yet I think

searched nightlies: from nightly-2022-08-01 to nightly-2022-10-01 regressed nightly: nightly-2022-08-11 searched commit range: https://github.com/rust-lang/rust/compare/34a6cae28e7013ff0e640026a8e46f315426829d...29e4a9ee0253cd39e552a77f51f11f9a5f1c41e6 regressed commit: https://github.com/rust-lang/rust/commit/1603a70f82240ba2d27f72f964e36614d7620ad3 bisected with cargo-bisect-rustc v0.6.4 Host triple: x86_64-unknown-linux-gnu Reproduce with: ```bash cargo bisect-rustc --access github...