Ben Kimock
Ben Kimock
I was reminded today in a conversation that Stacked Borrows base tags for stack memory are always `Unique`, regardless of whether the allocation is created with `let` or `let mut`,...
Just a pet peeve: It bugs me when people get output from Miri that's confusing and call it spurious. Miri is a dynamic checker with per-byte precision, it doesn't have...
> I was just not sure how else to describe the scenario in which Miri flags otherwise functional code. Miri complains about a lot of code which current compilers will...
Address Sanitizer detects reads and writes which are out-of-bounds of the allocation, which is a significantly more permissive check than what the standard library requires. For example, this program executes...
> Does anyone have the ear of folks at Apple? Yes, I've reached out to a friend.
Are you saying you want the language changed to accommodate your implementation? I'm very confused
I am fine with moving entire lines around, but I do not want to see changes that turn this style: ```rust use rustc_crate::a; use rustc_crate::b; ``` Into this: ```rust use...
> Is that right? (I understand you're not advocating for proactively splitting up existing lines, but over time as natural use churn occurs is that the style you would prefer...
Yeah. For what it's worth, I prefer the _look_ of `imports_granularity = "Crate"`, but getting kicked out of the queue because I wanted to add an import from the same...
_as if on cue_