rust/compiler/rustc_parse/src
Matthias Krüger 6d4e3f8596
Rollup merge of #149321 - reddevilmidzy:ice, r=petrochenkov
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
2025-11-28 15:19:15 +01:00
..
lexer Add suggest alternatives for Out-of-range \x escapes 2025-11-24 19:36:20 +08:00
parser remove support for type-of 2025-11-25 10:19:44 +01:00
errors.rs Add suggest alternatives for Out-of-range \x escapes 2025-11-24 19:36:20 +08:00
lib.rs Fix ICE when include_str! reads absolute path binary files 2025-11-28 12:43:56 +09:00