-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Spellchecking compiler literals #95499
Conversation
This PR cleans up the spelling mistakes in the compiler literals.
(rust-highfive has picked a reviewer for you, use r? to override) |
|
@@ -332,7 +332,7 @@ impl UnsafeCode { | |||
self.report_unsafe(cx, span, |lint| { | |||
lint.build(msg) | |||
.note( | |||
"the linker's behavior with multiple libraries exporting duplicate symbol \ | |||
"the linker behavior with multiple libraries exporting duplicate symbol \ |
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.
Is this a typo?
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.
it feels incorrect grammatically, but i'm not an expert. Spellchecker didn't like it either. Not sure
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.
it still makes sense grammatically though in this case
Re: discussion on #95497, let's close this one per the spellcheck PR policy decided by the compiler team, since it didn't go through an intensive review yet. |
This PR cleans up the spelling mistakes in the compiler literals.