mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
6d4e3f8596
Fix ICE when include_str! reads binary files ICE occurred when an invalid UTF8 file with an absolute path were included. resolve: rust-lang/rust#149304