Files
Jacob Pratt e3676b5ab9 Rollup merge of #155428 - lapla-cogito:issue_139089, r=mejrs
Fix ICE in borrowck mutability suggestion with multi-byte ref sigil

Fixes rust-lang/rust#139089

Similarly to rust-lang/rust#155068, this is another instance where span arithmetic did not account for multi-byte characters. (Note that the ampersand in the test is full-width)

This change also results in correcting some inappropriate suggestions.
2026-04-18 00:05:19 -04:00
..
2025-12-25 12:27:17 +00:00
2025-06-11 15:30:15 +01:00
2025-12-25 12:27:17 +00:00
2025-12-25 12:27:17 +00:00
2025-09-26 15:37:19 -07:00
2025-09-29 11:04:50 +10:00
2025-12-25 12:27:17 +00:00
2026-03-09 18:51:25 -04:00
2026-03-09 18:51:25 -04:00
2025-12-17 21:25:19 +02:00

Documentation on crash tests is at https://rustc-dev-guide.rust-lang.org/tests/compiletest#crash-tests.

Alternatively, you can build the documentation from this repository:

mdbook serve --open src/doc/rustc-dev-guide

The documentation will then be available at http://localhost:3000/tests/compiletest.html#crash-tests.