mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 02:50:35 +00:00
Make `fmt::Arguments::as_str` unstably const Motivation: mostly to move "panic!() in const contexts" forward, making use of `as_str` was mentioned in https://github.com/rust-lang/rust/issues/85194#issuecomment-852345377 and seems like the simplest way forward.