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

tutorial.md: tiny correction for --crate-type=lib #14970

Merged
merged 1 commit into from
Jun 17, 2014
Merged

Conversation

nkoep
Copy link
Contributor

@nkoep nkoep commented Jun 17, 2014

Compiling a crate with rustc --crate-type=lib produces an rlib file, not a shared object. The latter is only produced for --crate-type=dylib.

Compiling a crate with `rustc --crate-type=lib` produces an rlib file, not a shared object. The latter is only produced for `--crate-type=dylib`.
bors added a commit that referenced this pull request Jun 17, 2014
Compiling a crate with `rustc --crate-type=lib` produces an rlib file, not a shared object. The latter is only produced for `--crate-type=dylib`.
@bors bors closed this Jun 17, 2014
@bors bors merged commit 7fec86b into rust-lang:master Jun 17, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 5, 2023
Detect "bound more than once" error and suppress `need-mut` for it.

Fix the `need-mut` false positive for `izip!`
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