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

Rust 1.18 regression, cargo-update-0.8.0 #41794

Closed
brson opened this issue May 6, 2017 · 2 comments
Closed

Rust 1.18 regression, cargo-update-0.8.0 #41794

brson opened this issue May 6, 2017 · 2 comments
Labels
regression-from-stable-to-beta Performance or correctness regression from stable to beta.

Comments

@brson
Copy link
Contributor

brson commented May 6, 2017

https://github.com/nabijaczleweli/cargo-update

brian@ip-10-145-43-250:~/dev/cargo-update⟫ git log -1
commit 90b796ccb5e9b39226542b3199753c0fb44ec52a
Author: nabijaczleweli <nabijaczleweli@gmail.com>
Date:   Sat Mar 25 20:40:43 2017 +0100

    Bump version to 0.8.0
brian@ip-10-145-43-250:/mnt2/dev⟫ rustc +beta -Vv
rustc 1.18.0-beta.1 (4dce67253 2017-04-25)
binary: rustc
commit-hash: 4dce67253d67785c74c8d270c38d774edd0deed8
commit-date: 2017-04-25
host: x86_64-unknown-linux-gnu
release: 1.18.0-beta.1
LLVM version: 3.9
brian@ip-10-145-43-250:~/dev/cargo-update⟫ cargo +beta test
   Compiling cargo-update v0.8.0 (file:///mnt2/dev/cargo-update)
error: couldn't read "src/bin/cargo-install-update.rs": No such file or directory (os error 2)

error: Could not compile `cargo-update`.

To learn more, run the command again with --verbose.

cc @nabijaczleweli @alexcrichton

@brson brson added the regression-from-stable-to-beta Performance or correctness regression from stable to beta. label May 6, 2017
@nabijaczleweli
Copy link
Contributor

I can tell you right now that this is an issue I've encountered before, in that the default main file changed from src/main.rs to src/bin/$EXEC_NAME.rs. Dunno why when though.

@brson
Copy link
Contributor Author

brson commented May 7, 2017

Closing in favor of #41797

@brson brson closed this as completed May 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression-from-stable-to-beta Performance or correctness regression from stable to beta.
Projects
None yet
Development

No branches or pull requests

2 participants