Files
rust/compiler/rustc_span/src
Mara Bos f2f6bcc499 Don't allow new const panic through format flattening.
panic!("a {}", "b") is still not allowed in const,
even if the hir flattens to panic!("a b").
2023-03-16 11:21:50 +01:00
..
2023-02-02 08:17:13 +00:00
2023-02-25 19:46:36 +00:00
2022-06-01 10:36:39 +10:00