mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 15:18:12 +00:00
This makes it consistent with std::panic!("message"), which also throws
a &str, not a String.
This makes it consistent with std::panic!("message"), which also throws
a &str, not a String.