-
Notifications
You must be signed in to change notification settings - Fork 61
Don't use tester on rustc feature
#203
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
Conversation
|
Uhmm, at glance, this will cause multiple matching crates error. |
I'm not sure I agree that we should use |
|
Ah, I picked the wrong word. The use of builtin crate is limited by |
|
At least, the current master maybe causes mismatched types error because |
tester on nightlytester on rustc feature
Yes, at least that was the goal of the recent changes.
That is true. It would be nice to be able to choose between |
87ee6d3 to
5d49e5e
Compare
5d49e5e to
43aa117
Compare
|
So I've just opened messense/rustc-test#2 to update |
|
@messense it's great! I'll submit another PR once new version of |
|
@JohnTitor Just released tester 0.6.0 to crates.io. |
|
Then, I'll open a PR to follow |
|
Uh, I think we want this change anyway. Now that This can be fixed by adding I will open a PR and paste a link to Travis here, once it failed... |
|
That's because I've filed messense/rustc-test#3 and opened a PR to fix it. |
|
(The fact that |
Yes that too. But with feature |
|
Yep. I'd like to move off of rustc's test anyway, though. |
|
@flip1995 @Manishearth |
|
Thanks! |
|
Opened #208 to update to |
Currently,
testercrate is used in stable, beta, and nightly as well.But on nightly, we should use Rust's builtin
testcrate.#200 made this breakage.
Also, this contains the fix for the latest rustc breakage.