f2f6bcc499
panic!("a {}", "b") is still not allowed in const, even if the hir flattens to panic!("a b").
panic!("a {}", "b") is still not allowed in const, even if the hir flattens to panic!("a b").