-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cargo package
does not always work if used with 2018 edition
#5906
Comments
I'm working on a fix. |
The problem is due to the way the |
orium
added a commit
to orium/rpds
that referenced
this issue
Aug 19, 2018
Note that `tools/check.sh` does not pass yet because of these bugs: * rust-lang/cargo#5906 * rust-lang/rustfmt#2927
bors
added a commit
that referenced
this issue
Aug 19, 2018
Fix serialization bug in `edition` field of `TomlProject`. Fixes #5906.
orium
added a commit
to orium/rpds
that referenced
this issue
Sep 27, 2018
Note that `tools/check.sh` does not pass yet because of these bugs: * rust-lang/cargo#5906 * rust-lang/rustfmt#2927
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce create a project with the following
Cargo.toml
:and an empty file as
src/lib.rs
.When you try to package this will happen:
The text was updated successfully, but these errors were encountered: