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
And I don't think it's incorrect; only literals, not expressions can be used as format strings, even if the expression is evaluable at compile time. e.g. this doesn't work:
#78088 implements suggestion for panic with first argument not literal, but forget to handle such code:
This code is actually legit., but
non_fmt_panic
suggestion is emitted.Check: https://gist.github.com/6002a4f7fedfda0e615d0b1158015eee
The text was updated successfully, but these errors were encountered: