Skip to content

Fails to build with latest nightly (7979dd608 2016-04-07) #844

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

Closed
zetok opened this issue Apr 8, 2016 · 1 comment
Closed

Fails to build with latest nightly (7979dd608 2016-04-07) #844

zetok opened this issue Apr 8, 2016 · 1 comment

Comments

@zetok
Copy link

zetok commented Apr 8, 2016

$ rustc --version --verbose
rustc 1.9.0-nightly (7979dd608 2016-04-07)
binary: rustc
commit-hash: 7979dd6089ee5cba39cfbe6e880a3edeb7fff788
commit-date: 2016-04-07
host: x86_64-unknown-linux-gnu
release: 1.9.0-nightly
Compiling clippy v0.0.62
/home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/derive.rs:98:39: 98:56 error: no method named `borrow_impl_lists` found for type `&rustc::ty::TraitDef<'_>` in the current scope
/home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/derive.rs:98         let peq_impls = peq_trait_def.borrow_impl_lists(cx.tcx).1;
                                                                                                                                 ^~~~~~~~~~~~~~~~~
/home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/utils/mod.rs:105:12: 105:46 note: in this expansion of if_let_chain! (defined in /home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/utils/mod.rs)
/home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/derive.rs:91:5: 136:7 note: in this expansion of if_let_chain! (defined in /home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/utils/mod.rs)
/home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/derive.rs:103:34: 103:58 error: the type of this value must be known in this context
/home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/derive.rs:103             let Some(impl_ids) = peq_impls.get(&simpl_ty)
                                                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/utils/mod.rs:90:12: 90:46 note: in this expansion of if_let_chain! (defined in /home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/utils/mod.rs)
/home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/derive.rs:101:9: 135:11 note: in this expansion of if_let_chain! (defined in /home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/utils/mod.rs)
/home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/utils/mod.rs:105:12: 105:46 note: in this expansion of if_let_chain! (defined in /home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/utils/mod.rs)
/home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/derive.rs:91:5: 136:7 note: in this expansion of if_let_chain! (defined in /home/zetok/.cargo/registry/src/github.com-88ac128001ac3a9a/clippy-0.0.62/src/utils/mod.rs)
error: aborting due to 2 previous errors
Could not compile `clippy`.
@mcarton
Copy link
Member

mcarton commented Apr 8, 2016

Should be fixed in v0.0.63.

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

No branches or pull requests

2 participants