Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

token::{Plain, Ident} build failure with rust@master #39

Closed
ivan opened this issue May 1, 2016 · 0 comments
Closed

token::{Plain, Ident} build failure with rust@master #39

ivan opened this issue May 1, 2016 · 0 comments

Comments

@ivan
Copy link

ivan commented May 1, 2016

/rustjail/.cargo/registry/src/github.com-88ac128001ac3a9a/quasi-0.9.0/src/lib.rs:82:66: 82:78 error: unresolved name `token::Plain` [E0425]
/rustjail/.cargo/registry/src/github.com-88ac128001ac3a9a/quasi-0.9.0/src/lib.rs:82         vec![ast::TokenTree::Token(DUMMY_SP, token::Ident(*self, token::Plain))]
                                                                                                                                                     ^~~~~~~~~~~~
/rustjail/.cargo/registry/src/github.com-88ac128001ac3a9a/quasi-0.9.0/src/lib.rs:82:66: 82:78 note: in this expansion of vec! (defined in <std macros>)
/rustjail/.cargo/registry/src/github.com-88ac128001ac3a9a/quasi-0.9.0/src/lib.rs:82:66: 82:78 help: run `rustc --explain E0425` to see a detailed explanation
/rustjail/.cargo/registry/src/github.com-88ac128001ac3a9a/quasi-0.9.0/src/lib.rs:82:46: 82:79 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
/rustjail/.cargo/registry/src/github.com-88ac128001ac3a9a/quasi-0.9.0/src/lib.rs:82         vec![ast::TokenTree::Token(DUMMY_SP, token::Ident(*self, token::Plain))]
                                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/rustjail/.cargo/registry/src/github.com-88ac128001ac3a9a/quasi-0.9.0/src/lib.rs:82:46: 82:79 note: in this expansion of vec! (defined in <std macros>)
/rustjail/.cargo/registry/src/github.com-88ac128001ac3a9a/quasi-0.9.0/src/lib.rs:82:46: 82:79 help: run `rustc --explain E0061` to see a detailed explanation
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants