-
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
multiple definition in librand with parallel codegen #18243
Labels
A-codegen
Area: Code generation
Comments
Also occurs on Arch Linux x86_64. |
This doesn't reproduce anymore with pcwalton@c245c5b re-applied. |
@cmr: I tried to re-apply the commit too, but it still fails, this time in
|
I believe this was fixed at some point in the meantime in one of @nrc's patches, so closing as likely fixed. |
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
Oct 22, 2024
…Veykril Clamp Position::character to line length LSP says about Position::character > If the character value is greater than the line length it defaults back to the line length. but from_proto::offset() doesn't implement this. A client might for example request code actions for a whole line by sending Position::character=99999. I don't think there is ever a reason (besides laziness) why the client can't specify the line length instead but I guess we should not crash but follow protocol. Not sure how to update Cargo.lock (lib/README.md doesn't say how). Fixes rust-lang#18240
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building rustc with parallel codegen, linking
librand
fails:I'm using Windows 7 x64 with MSYS2
The text was updated successfully, but these errors were encountered: