-
Notifications
You must be signed in to change notification settings - Fork 13.3k
crate_type="dylib"
cause compiles error
#14558
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
Comments
What version of the compiler are you using? This example works for me, so there may be some old libraries lying around on the system. |
the latest rustc compiled from source. I'll try to check something. |
After recompile the rustc, this issue disppeared. So I closing it. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jun 5, 2023
minor: Bump crossbeam-channel 0.5.7 is yanked because of crossbeam-rs/crossbeam#971, let's upgrade to 0.5.8.
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Apr 22, 2025
…ust-lang#14559) `unsafe_fields` is an incomplete feature; comments have been put near `#![expect(incomplete_features)]` to ensure that we revisit the situation when the feature becomes complete. changelog: [`expl_impl_clone_on_copy`]: do not lint in the presence of `unsafe` fields Fixes rust-lang#14558
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello.rs:
rustc hello.rs:
The text was updated successfully, but these errors were encountered: