-
-
Notifications
You must be signed in to change notification settings - Fork 791
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
Can't use -C instrument-coverage with serde_derive #2552
Comments
I was not able to reproduce this. Tests passed. |
I've used this docker image for tests
|
This does not seem related at all to serde. In |
When I try to run tests with RUSTFLAGS='-C instrument-coverage' I got the error
= note: /usr/bin/ld: /usr/local/rustup/toolchains/1.71.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libprofiler_builtins-d779538be7a6fdb6.rlib(InstrProfilingPlatformLinux.o): relocation R_X86_64_PC32 against undefined hidden symbol
__ehdr_start' can not be used when making a shared object/usr/bin/ld: final link failed: nonrepresentable section on output
collect2: error: ld returned 1 exit status`
The text was updated successfully, but these errors were encountered: