Skip to content
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

Closed
klutzy opened this issue Dec 1, 2013 · 0 comments · Fixed by #10997
Closed

ICE: --linker= #10755

klutzy opened this issue Dec 1, 2013 · 0 comments · Fixed by #10997

Comments

@klutzy
Copy link
Contributor

klutzy commented Dec 1, 2013

$ rustc.exe a.rs --linker=
task 'rustc' failed at 'Unhandled condition: io_error: io::IoError{kind: OtherIoError, desc: "Unknown system error", detail: None}', C:\home\stone\rust-vanilla\src\libstd\condition.rs:131
error: internal compiler error: unexpected failure

(reproduced both on win32 and linux)
#10754 blocks this.

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
@bors bors closed this as completed in f24787d Dec 22, 2013
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant