You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: panic message is not a string literal
--> src/preparation_graph.rs:150:13
|
150 | / format!(
151 | | "invalid node id {}, must be in [0, {}[",
152 | | node, self.num_nodes
153 | | )
| |_____________^
|
= note: `#[warn(non_fmt_panic)]` on by default
= note: this is no longer accepted in Rust 2021
= note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
The text was updated successfully, but these errors were encountered:
Using Rust 1.51.0 I get:
The text was updated successfully, but these errors were encountered: