Don't accept non-string literals for the format string in writeln#53256
Don't accept non-string literals for the format string in writeln#53256bors merged 1 commit intorust-lang:masterfrom
Conversation
|
r? @KodrAus (rust_highfive has picked a reviewer for you, use r? to override) |
|
📌 Commit 7b0bafe has been approved by |
|
🌲 The tree is currently closed for pull requests below priority 10, this pull request will be tested once the tree is reopened |
|
⌛ Testing commit 7b0bafe with merge 3f4950c665dfab71bc7a95e3decbcdb3ddac4ae0... |
|
💔 Test failed - status-travis |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
☀️ Test successful - status-appveyor, status-travis |
This is to improve diagnostics.
printlnandeprintlnwere already fixed by #52394.Fixes #30143