panic!("a {}", "b") is still not allowed in const,
even if the hir flattens to panic!("a b").
|
||
|---|---|---|
| .. | ||
| rt | ||
| builders.rs | ||
| float.rs | ||
| mod.rs | ||
| nofloat.rs | ||
| num.rs | ||
panic!("a {}", "b") is still not allowed in const,
even if the hir flattens to panic!("a b").
|
||
|---|---|---|
| .. | ||
| rt | ||
| builders.rs | ||
| float.rs | ||
| mod.rs | ||
| nofloat.rs | ||
| num.rs | ||