panic!("a {}", "b") is still not allowed in const,
even if the hir flattens to panic!("a b").
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
panic!("a {}", "b") is still not allowed in const,
even if the hir flattens to panic!("a b").
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||