mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
981a2a2c00
Add `<meta charset="utf-8">` to `-Zdump-mir-spanview` output Without an explicit `<meta charset>` declaration, some browsers (e.g. Safari) won't detect the page encoding as UTF-8, causing unicode characters in the dump output to display incorrectly.