-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Incremental compilation linker error: 'relocation R_X86_64_PC32 against undefined hidden symbol' #67802
Comments
Unfortunately, I wasn't editing anything related to the paths shown in the error (I modified |
I just ran into this again, this time while editing
|
A similar instance:
|
I haven't encountered this issue in a while - I suspect that #71131 was responsible for fixing this. Since I have no idea how to reproduce this issue, I'm going to close it. |
This happens already for a long time when compiling with Example:
|
@jaques-sam that is a different kind of linker error. #79946 (comment) has the same error message. |
This looks very similar to #59535 - maybe #67020 didn't fix it completely.
This occured during incremetal compilation of
rustc
, so I don't really have a good reproducer. Here's the relevant part of the error:The text was updated successfully, but these errors were encountered: