-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE on cross-crate reexported unit struct #12660
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
Closed
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Aug 7, 2014
This leaves the `Share` trait at `std::kinds` via a `#[deprecated]` `pub use` statement, but the `NoShare` struct is no longer part of `std::kinds::marker` due to rust-lang#12660 (the build cannot bootstrap otherwise). All code referencing the `Share` trait should now reference the `Sync` trait, and all code referencing the `NoShare` type should now reference the `NoSync` type. The functionality and meaning of this trait have not changed, only the naming. Closes rust-lang#16281 [breaking-change]
bors
added a commit
that referenced
this issue
Aug 8, 2014
This leaves the `Share` trait at `std::kinds` via a `#[deprecated]` `pub use` statement, but the `NoShare` struct is no longer part of `std::kinds::marker` due to #12660 (the build cannot bootstrap otherwise). All code referencing the `Share` trait should now reference the `Sync` trait, and all code referencing the `NoShare` type should now reference the `NoSync` type. The functionality and meaning of this trait have not changed, only the naming. Closes #16281 [breaking-change]
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 25, 2022
fix: Fix flycheck sending cancel progress with no running process Fixes rust-lang#12659
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Apr 18, 2024
…endoo Fix various typos *Please write a short comment explaining your change (or "none" for internal only changes)* changelog: fix several typos
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The text was updated successfully, but these errors were encountered: