-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
ICE: --linker=
#10755
Comments
bors
added a commit
that referenced
this issue
Dec 22, 2013
…ing-linker, r=alexcrichton Trap the io_error condition so that a more informative error message is displayed when the linker program cannot be started, such as when the name of the linker binary is accidentally mistyped. closes #10755
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 2, 2023
[`default_constructed_unit_structs`]: do not lint on type alias paths Fixes rust-lang#10755. Type aliases cannot be used as a constructor, so this lint should not trigger in those cases. I also changed `clippy_utils::is_ty_alias` to also consider associated types since [they kinda are type aliases too](https://github.com/rust-lang/rust/blob/48ec50ae39d0ca0baa0e78f56c395dcc6d7ebd65/compiler/rustc_resolve/src/late/diagnostics.rs#L1520). changelog: [`default_constructed_unit_structs`]: do not lint on type alias paths
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(reproduced both on win32 and linux)
#10754 blocks this.
The text was updated successfully, but these errors were encountered: