-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo in hir lowering lint diag #138518
Conversation
HIR ty lowering was modified cc @fmease |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plz bless tests with ./x.py test ui --bless
Also, this is a kinda awkward note given the context, i wonder if it could use some further rewording 🤔
@rustbot author |
Right, sorry, was too hasty.
I agree that the phrasing isn't great.
Too long, maybe? |
maybe just
|
This comment has been minimized.
This comment has been minimized.
e61fd87
to
e6f7ab5
Compare
Updated diag text, and fixed a small grammar issue in an adjacent comment while I was at it |
a one-liner grammatical typo fix in a comment probably can just be folded into the first commit next time 🤔 @bors r+ rollup |
Rollup of 9 pull requests Successful merges: - rust-lang#138056 (rustc_target: Add target features for LoongArch v1.1) - rust-lang#138451 (Build GCC on CI with GCC, not Clang) - rust-lang#138454 (Improve post-merge workflow) - rust-lang#138460 (Pass struct field HirId when check_expr_struct_fields) - rust-lang#138474 (Refactor is_snake_case.) - rust-lang#138482 (Fix HIR printing of parameters) - rust-lang#138507 (Mirror NetBSD sources) - rust-lang#138511 (Make `Parser::parse_expr_cond` public) - rust-lang#138518 (Fix typo in hir lowering lint diag) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#138518 - yotamofek:pr/hir-lint-typo, r=compiler-errors Fix typo in hir lowering lint diag
No description provided.