nora
nora
@pietroalbini note that the concern has not been resolved, I think @jieyouxu needs to do that?
Thanks for the RFC! I have created a tracking issue for the remainder of the implementation: https://github.com/rust-lang/rust/issues/145671
I assume that part deduplicates the diagnostics or something like that
the code just counts the errors, and there are 2 errors, so it says there are 2 errors. that's fine, nothing wrong with that
@rustbot label beta-nominated https://github.com/rust-lang/rust/issues/131863#issuecomment-2421186397
Given that no one complained during the entire 1.81 cycle, this doesn't seem very urgent. Beta should be enough imo
people have been using this or have been asked to use this. We should really merge this **now**. We should move it to the forge instead and also address all...
I don't think they are
Using null terminated strings may also unlock linker string merging size optimizations, which could further decrease binary size. It seems unlikely to me that anyone cares about the tiny size...