Improve expect messages in fmt docs - #159972
Conversation
|
Thanks for the pull request, and welcome! The Rust Project is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
Why was this reviewer chosen?The reviewer was selected based on:
|
|
was LLM used for this and if so why? |
|
@kunwarpadda please disable Copilot in your GitHub settings and don't trigger unprompted reviews from bots in our repository, thanks. |
Yes, I used an LLM as a quick sanity check to ensure the wording followed the recommended expect message style. |
|
☔ The latest upstream changes (presumably #160627) made this pull request unmergeable. Please resolve the merge conflicts by rebasing. |
Related issue: #159751
Updates the two user-facing
expectmessages inlibrary/core/src/fmt/mod.rsto follow the recommended message style.Tests:
./x test library/core --doc