Esteban Kuber

Results 157 comments of Esteban Kuber

Coming back to this, I don't think the following looks *too* bad: ``` error[E0506]: cannot write to `x` while borrowed --> :4:5 | | `x` borrowed here | | 3...

One option is to do [what we do in `rustc` now](https://github.com/rust-lang/rust/pull/127528): replace the ASCII control characters with their Unicode graphical representation (like `␍`). For zero-width spans in `rustc` in general,...

@chengr4 you can also have, for both of these: ``` This is a line of "code ^ ```

Right, what I'm saying is that leaving as-is is a valid decision (although not necessarily ideal). I've found pointing at nothing also useful for suggestions like ``` code ^ help:...

@fee1-dead I haven't been able to replicate the CI failure in my dev env, which has stumped me.

The issue was that the test was being run on the wasm platform, which doesn't produce the expected object files.

> Note that bors try r= will merge the PR without doing the full tests. Please wait for try to finish before marking the PR approved next time I wasn't...