Skip to content

Don't overwrite the options.output value from build_session_options #11502

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

Merged
merged 1 commit into from
Jan 12, 2014

Conversation

jhasse
Copy link
Contributor

@jhasse jhasse commented Jan 12, 2014

This is unnecessary and also leads to a bug: When the user specifies

#[crate_type = "rlib"];

rustpkg still creates a dylib.

Also it's good not to duplicate functionality. build_session_options handles this just fine.

bors added a commit that referenced this pull request Jan 12, 2014
This is unnecessary and also leads to a bug: When the user specifies

```
#[crate_type = "rlib"];
```

rustpkg still creates a dylib.

Also it's good not to duplicate functionality. `build_session_options` handles this just fine.
@bors bors closed this Jan 12, 2014
@bors bors merged commit e64b49d into rust-lang:master Jan 12, 2014
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 25, 2023
fix FP of let_unit_value on async fn args

changelog: [`let_unit_value`]: fix the FalsePostive on async fn arguments

fix rust-lang#11502
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 this pull request may close these issues.

3 participants