mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
5b150e3122
Avoid creating an empty identifer in `Symbol::to_ident_string`. Because that causes an assertion failure in debug builds. Fixes #140884. r? `@oli-obk`