Skip to content

Remove cargo-fmt and rustfmt-bin from self_tests() #2492

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
Feb 27, 2018

Conversation

dlukes
Copy link
Contributor

@dlukes dlukes commented Feb 26, 2018

cargo test currently fails with:

---- self_tests stdout ----
	thread 'self_tests' panicked at 'Couldn't read file ../cargo-bin/src/main.rs: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:945:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.

and

---- self_tests stdout ----
	thread 'self_tests' panicked at 'Couldn't read file ../rustfmt-bin/src/main.rs: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:945:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.

I suppose in light of 9d2229f, self_tests() should be updated?

@nrc nrc merged commit 01873d5 into rust-lang:master Feb 27, 2018
@nrc
Copy link
Member

nrc commented Feb 27, 2018

Yes, thank you!

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.

2 participants