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

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

@ivan

Description

@ivan
/rustjail/.cargo/registry/src/github.zerozr99.workers.dev-88ac128001ac3a9a/quasi-0.9.0/src/lib.rs:82:66: 82:78 error: unresolved name `token::Plain` [E0425]
/rustjail/.cargo/registry/src/github.zerozr99.workers.dev-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.zerozr99.workers.dev-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.zerozr99.workers.dev-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.zerozr99.workers.dev-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.zerozr99.workers.dev-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.zerozr99.workers.dev-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.zerozr99.workers.dev-88ac128001ac3a9a/quasi-0.9.0/src/lib.rs:82:46: 82:79 help: run `rustc --explain E0061` to see a detailed explanation

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions