How about inline bool literals under unstable feature -Zflatten-format-args=yes?

I've noticed that bool literals don't get to be inlined, where passed to format family-macro. I felt they should be inlined as well as integer and string literals. Should I open issue and/or PR about this?

1 Like

Opening an issue for this is reasonable.

1 Like

I've filed this as Flatten bool arguments under `-Zflatten-format-args=yes` · Issue #111995 · rust-lang/rust · GitHub.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.