drum 0.4.4

A bitcask inspired storage api for rust.
Build #103078 2018-06-06T02:43:35.791800+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Fresh libc v0.2.42
Fresh rustc-serialize v0.3.24
Compiling aster v0.13.1
Fresh byteorder v0.4.2
Fresh rand v0.4.2
Compiling quasi v0.7.0
Running `rustc --crate-name aster .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b4c4a7a44a2ccf94 -C extra-filename=-b4c4a7a44a2ccf94 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name quasi .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6cb88507341f7bb6 -C extra-filename=-6cb88507341f7bb6 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh num-traits v0.2.4
Fresh num-complex v0.1.43
Fresh num-integer v0.1.38
Fresh num-bigint v0.1.44
Fresh num-iter v0.1.37
Fresh num-rational v0.1.42
Fresh num v0.1.42
Fresh serde v0.6.15
Compiling bincode v0.4.1
Running `rustc --crate-name bincode .cargo/registry/src/github.com-1ecc6299db9ec823/bincode-0.4.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=76616adb45fb83a7 -C extra-filename=-76616adb45fb83a7 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-75d4b5225858101b.rlib --extern-version byteorder=byteorder,0.4.2 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --extern num=/home/cratesfyi/cratesfyi/debug/deps/libnum-eeceddeac19c6916.rlib --extern-version num=num,0.1.42 --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-eaf5b137e24884e3.rlib --extern-version serde=serde,0.6.15 --cap-lints allow`
error[E0432]: unresolved import `syntax::ast::TokenTree`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:23:25
|
23 | use syntax::ast::{self, TokenTree};
|                         ^^^^^^^^^ no `TokenTree` in `ast`

error[E0432]: unresolved import `syntax::parse::parse_tts_from_source_str`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:26:37
|
26 | use syntax::parse::{self, classify, parse_tts_from_source_str, token};
|                                     ^^^^^^^^^^^^^^^^^^^^^^^^^ no `parse_tts_from_source_str` in `parse`. Did you mean to use `parse_stmt_from_source_str`?

error[E0432]: unresolved import `errors`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:340:9
|
340 |         panictry!(parser.parse_expr())
|         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Did you mean `syntax::errors`?
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error[E0432]: unresolved import `errors`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:344:9
|
344 |         panictry!(parser.parse_item())
|         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Did you mean `syntax::errors`?
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error[E0432]: unresolved import `errors`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:348:9
|
348 |         panictry!(parser.parse_pat())
|         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Did you mean `syntax::errors`?
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error[E0432]: unresolved import `errors`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:352:9
|
352 |         panictry!(parser.parse_arm())
|         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Did you mean `syntax::errors`?
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error[E0432]: unresolved import `errors`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:356:9
|
356 |         panictry!(parser.parse_ty())
|         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Did you mean `syntax::errors`?
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error[E0432]: unresolved import `errors`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:360:5
|
360 |     panictry!(parser.parse_stmt())
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Did you mean `syntax::errors`?
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error[E0432]: unresolved import `errors`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:364:9
|
364 |         panictry!(parser.parse_attribute(permit_inner))
|         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Did you mean `syntax::errors`?
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:79:19
|
79 |         vec![ast::TokenTree::Token(DUMMY_SP, token::Ident(*self, token::Plain))]
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:85:19
|
85 |         vec![ast::TokenTree::Token(DUMMY_SP, token::Interpolated(token::NtPath(Box::new(self.clone()))))]
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:91:19
|
91 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtTy(P(self.clone()))))]
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:97:19
|
97 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtTy(self.clone())))]
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:103:19
|
103 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtBlock(self.clone())))]
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:109:19
|
109 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtItem(self.clone())))]
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:115:19
|
115 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtImplItem(self.clone())))]
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:121:19
|
121 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtTraitItem(self.clone())))]
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:146:18
|
146 |             ast::TokenTree::Token(self.span, token::Interpolated(token::NtStmt(P(self.clone()))))
|                  ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:151:27
|
151 |             tts.push(ast::TokenTree::Token(self.span, token::Semi));
|                           ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:160:19
|
160 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtExpr(self.clone())))]
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:166:19
|
166 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtPat(self.clone())))]
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:172:19
|
172 |         vec![ast::TokenTree::Token(DUMMY_SP, token::Interpolated(token::NtArm(self.clone())))]
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:193:40
|
193 | impl_to_tokens_slice! { ast::Ty, [ast::TokenTree::Token(DUMMY_SP, token::Comma)] }
|                                        ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:198:19
|
198 |         vec![ast::TokenTree::Token(DUMMY_SP, token::Interpolated(token::NtMeta(self.clone())))]
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:206:21
|
206 |         r.push(ast::TokenTree::Token(self.span, token::Pound));
|                     ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:208:25
|
208 |             r.push(ast::TokenTree::Token(self.span, token::Not));
|                         ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:210:21
|
210 |         r.push(ast::TokenTree::Delimited(self.span, Rc::new(ast::Delimited {
|                     ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0433]: failed to resolve. Could not find `TokenTree` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:231:19
|
231 |         vec![ast::TokenTree::Delimited(DUMMY_SP, Rc::new(ast::Delimited {
|                   ^^^^^^^^^ Could not find `TokenTree` in `ast`

error[E0425]: cannot find value `Plain` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:79:73
|
79 |         vec![ast::TokenTree::Token(DUMMY_SP, token::Ident(*self, token::Plain))]
|                                                                         ^^^^^ not found in `token`

error[E0425]: cannot find function `generics_to_string` in module `pprust`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:127:25
|
127 |         let s = pprust::generics_to_string(self);
|                         ^^^^^^^^^^^^^^^^^^ did you mean `expr_to_string`?

error[E0422]: cannot find struct, variant or union type `Delimited` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:210:66
|
210 |         r.push(ast::TokenTree::Delimited(self.span, Rc::new(ast::Delimited {
|                                                                  ^^^^^^^^^ not found in `ast`
help: possible candidates are found in other modules, you can import them into scope
|
21  | use syntax::ext::tt::quoted::Delimited;
|
21  | use syntax::ext::tt::quoted::TokenTree::Delimited;
|
21  | use syntax::tokenstream::Delimited;
|
21  | use syntax::tokenstream::TokenTree::Delimited;
|

error[E0425]: cannot find function `intern_and_get_ident` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:224:20
|
224 |             token::intern_and_get_ident(self), ast::StrStyle::Cooked);
|                    ^^^^^^^^^^^^^^^^^^^^ not found in `token`

error[E0422]: cannot find struct, variant or union type `Delimited` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:231:63
|
231 |         vec![ast::TokenTree::Delimited(DUMMY_SP, Rc::new(ast::Delimited {
|                                                               ^^^^^^^^^ not found in `ast`
help: possible candidates are found in other modules, you can import them into scope
|
21  | use syntax::ext::tt::quoted::Delimited;
|
21  | use syntax::ext::tt::quoted::TokenTree::Delimited;
|
21  | use syntax::tokenstream::Delimited;
|
21  | use syntax::tokenstream::TokenTree::Delimited;
|

error[E0412]: cannot find type `TokenTree` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:304:48
|
304 |     fn parse_tts(&self, s: String) -> Vec<ast::TokenTree>;
|                                                ^^^^^^^^^ not found in `ast`
help: possible candidates are found in other modules, you can import them into scope
|
21  | use syntax::ext::tt::quoted::TokenTree;
|
21  | use syntax::tokenstream::TokenTree;
|

error[E0412]: cannot find type `TokenTree` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:331:48
|
331 |     fn parse_tts(&self, s: String) -> Vec<ast::TokenTree> {
|                                                ^^^^^^^^^ not found in `ast`
help: possible candidates are found in other modules, you can import them into scope
|
21  | use syntax::ext::tt::quoted::TokenTree;
|
21  | use syntax::tokenstream::TokenTree;
|

error[E0425]: cannot find function `parse_tts_from_source_str` in module `parse`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:332:16
|
332 |         parse::parse_tts_from_source_str("<quote expansion>".to_string(),
|                ^^^^^^^^^^^^^^^^^^^^^^^^^ did you mean `parse_item_from_source_str`?

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:85:80
|
85 |         vec![ast::TokenTree::Token(DUMMY_SP, token::Interpolated(token::NtPath(Box::new(self.clone()))))]
|                                                                                ^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Path`, found struct `std::boxed::Box`
|
= note: expected type `syntax::ast::Path`
found type `std::boxed::Box<syntax::ast::Path>`

error[E0432]: unresolved import `syntax::attr::AttributesExt`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:6:5
|
6 | use syntax::attr::AttributesExt;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AttributesExt` in `attr`. Did you mean to use `Attribute`?

error[E0432]: unresolved import `syntax::abi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:5:13
|
5 | use syntax::abi::Abi;
|             ^^^ Could not find `abi` in `syntax`

error[E0432]: unresolved import `syntax::feature_gate::GatedCfgAttr`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/mac.rs:6:5
|
6 | use syntax::feature_gate::GatedCfgAttr;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `GatedCfgAttr` in `feature_gate`. Did you mean to use `GatedCfg`?

error[E0432]: unresolved import `syntax::abi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:1:13
|
1 | use syntax::abi::Abi;
|             ^^^ Could not find `abi` in `syntax`

error[E0432]: unresolved import `syntax::attr::AttributesExt`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/stmt.rs:2:5
|
2 | use syntax::attr::AttributesExt;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AttributesExt` in `attr`. Did you mean to use `Attribute`?

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:85:66
|
85 |         vec![ast::TokenTree::Token(DUMMY_SP, token::Interpolated(token::NtPath(Box::new(self.clone()))))]
|                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::rc::Rc`, found enum `syntax::parse::token::Nonterminal`
|
= note: expected type `std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>`
found type `syntax::parse::token::Nonterminal`

error[E0433]: failed to resolve. Could not find `special_idents` in `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:114:37
|
114 |         self.build_item_kind(token::special_idents::invalid, item)
|                                     ^^^^^^^^^^^^^^ Could not find `special_idents` in `token`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:91:67
|
91 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtTy(P(self.clone()))))]
|                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::rc::Rc`, found enum `syntax::parse::token::Nonterminal`
|
= note: expected type `std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>`
found type `syntax::parse::token::Nonterminal`

error[E0433]: failed to resolve. Could not find `PathListItemKind` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:425:49
|
425 |         self.idents.push(respan(self.span, ast::PathListItemKind::Mod {
|                                                 ^^^^^^^^^^^^^^^^ Could not find `PathListItemKind` in `ast`

error[E0433]: failed to resolve. Could not find `PathListItemKind` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:435:49
|
435 |         self.idents.push(respan(self.span, ast::PathListItemKind::Ident {
|                                                 ^^^^^^^^^^^^^^^^ Could not find `PathListItemKind` in `ast`

error[E0433]: failed to resolve. Could not find `special_idents` in `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:1183:45
|
1183 |         self.builder.build_item_kind(token::special_idents::invalid, ty_)
|                                             ^^^^^^^^^^^^^^ Could not find `special_idents` in `token`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:97:67
|
97 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtTy(self.clone())))]
|                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::rc::Rc`, found enum `syntax::parse::token::Nonterminal`
|
= note: expected type `std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>`
found type `syntax::parse::token::Nonterminal`

error[E0433]: failed to resolve. Could not find `DeclKind` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/stmt.rs:66:43
|
66 |         let decl = respan(self.span, ast::DeclKind::Local(P(local)));
|                                           ^^^^^^^^ Could not find `DeclKind` in `ast`

error[E0433]: failed to resolve. Could not find `DeclKind` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/stmt.rs:97:43
|
97 |         let decl = respan(self.span, ast::DeclKind::Item(item));
|                                           ^^^^^^^^ Could not find `DeclKind` in `ast`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:103:67
|
103 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtBlock(self.clone())))]
|                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::rc::Rc`, found enum `syntax::parse::token::Nonterminal`
|
= note: expected type `std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>`
found type `syntax::parse::token::Nonterminal`

error[E0433]: failed to resolve. Could not find `StructFieldKind` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/struct_field.rs:41:24
|
41 |             kind: ast::StructFieldKind::NamedField(id, ast::Visibility::Inherited),
|                        ^^^^^^^^^^^^^^^ Could not find `StructFieldKind` in `ast`

error[E0433]: failed to resolve. Could not find `StructFieldKind` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/struct_field.rs:50:24
|
50 |             kind: ast::StructFieldKind::UnnamedField(ast::Visibility::Inherited),
|                        ^^^^^^^^^^^^^^^ Could not find `StructFieldKind` in `ast`

error[E0433]: failed to resolve. Could not find `StructFieldKind` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/struct_field.rs:62:18
|
62 |             ast::StructFieldKind::NamedField(_, ref mut vis)
|                  ^^^^^^^^^^^^^^^ Could not find `StructFieldKind` in `ast`

error[E0433]: failed to resolve. Could not find `StructFieldKind` in `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/struct_field.rs:63:20
|
63 |             | ast::StructFieldKind::UnnamedField(ref mut vis) => {
|                    ^^^^^^^^^^^^^^^ Could not find `StructFieldKind` in `ast`

error[E0422]: cannot find struct, variant or union type `Attribute_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:51:43
|
51 |         let attr = respan(self.span, ast::Attribute_ {
|                                           ^^^^^^^^^^ did you mean `Attribute`?

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:171:18
|
171 |     name: token::InternedString,
|                  ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
1   | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:278:18
|
278 |     name: token::InternedString,
|                  ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
1   | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `SpannedIdent` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:1088:14
|
1088 |     id: ast::SpannedIdent,
|              ^^^^^^^^^^^^ not found in `ast`

error[E0412]: cannot find type `SpannedIdent` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:1110:14
|
1110 |     id: ast::SpannedIdent,
|              ^^^^^^^^^^^^ not found in `ast`

error[E0412]: cannot find type `SpannedIdent` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:1649:14
|
1649 |     id: ast::SpannedIdent,
|              ^^^^^^^^^^^^ not found in `ast`

error[E0412]: cannot find type `ViewPath_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:112:44
|
112 |     pub fn build_use(self, view_path: ast::ViewPath_) -> F::Result {
|                                            ^^^^^^^^^ not found in `ast`

error[E0425]: cannot find function `ViewPathSimple` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:381:37
|
381 |         self.builder.build_use(ast::ViewPathSimple(id.to_ident(), self.path))
|                                     ^^^^^^^^^^^^^^ not found in `ast`

error[E0425]: cannot find function `ViewPathGlob` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:393:37
|
393 |         self.builder.build_use(ast::ViewPathGlob(self.path))
|                                     ^^^^^^^^^^^^ not found in `ast`

error[E0412]: cannot find type `PathListItem` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:413:22
|
413 |     idents: Vec<ast::PathListItem>,
|                      ^^^^^^^^^^^^ not found in `ast`

error[E0425]: cannot find function `ViewPathList` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:444:37
|
444 |         self.builder.build_use(ast::ViewPathList(self.path, self.idents))
|                                     ^^^^^^^^^^^^ not found in `ast`

error[E0423]: expected function, found struct `ast::Name`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:724:38
|
724 |         self.builder.build_item_kind(ast::Name(0).to_ident(), item_mac)
|                                      ^^^^^^^^^ constructor is not visible here due to private fields

error[E0412]: cannot find type `TokenTree` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/mac.rs:23:22
|
23 |     tokens: Vec<ast::TokenTree>,
|                      ^^^^^^^^^ not found in `ast`
help: possible candidates are found in other modules, you can import them into scope
|
1  | use syntax::ext::tt::quoted::TokenTree;
|
1  | use syntax::tokenstream::TokenTree;
|

error[E0425]: cannot find value `EMPTY_CTXT` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/mac.rs:59:24
|
59 |             ctxt: ast::EMPTY_CTXT,
|                        ^^^^^^^^^^ not found in `ast`

error[E0425]: cannot find function `intern` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/name.rs:18:16
|
18 |         token::intern(*self)
|                ^^^^^^ not found in `token`

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/str.rs:12:44
|
12 |     fn to_interned_string(&self) -> token::InternedString;
|                                            ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
1  | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/str.rs:15:34
|
15 | impl ToInternedString for token::InternedString {
|                                  ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
1  | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/str.rs:16:44
|
16 |     fn to_interned_string(&self) -> token::InternedString {
|                                            ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
1  | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/str.rs:22:44
|
22 |     fn to_interned_string(&self) -> token::InternedString {
|                                            ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
1  | use syntax::symbol::InternedString;
|

error[E0425]: cannot find function `intern_and_get_ident` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/str.rs:23:16
|
23 |         token::intern_and_get_ident(self)
|                ^^^^^^^^^^^^^^^^^^^^ not found in `token`

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/str.rs:28:44
|
28 |     fn to_interned_string(&self) -> token::InternedString {
|                                            ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
1  | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/str.rs:34:44
|
34 |     fn to_interned_string(&self) -> token::InternedString {
|                                            ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
1  | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/str.rs:40:44
|
40 |     fn to_interned_string(&self) -> token::InternedString {
|                                            ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
1  | use syntax::symbol::InternedString;
|

error[E0412]: cannot find type `StructFieldKind` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/struct_field.rs:15:16
|
15 |     kind: ast::StructFieldKind,
|                ^^^^^^^^^^^^^^^ did you mean `StructField`?

error[E0422]: cannot find struct, variant or union type `StructField_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/struct_field.rs:83:26
|
83 |         let field = ast::StructField_ {
|                          ^^^^^^^^^^^^ did you mean `StructField`?

error[E0412]: cannot find type `InternedString` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lib.rs:62:54
|
62 |     pub fn interned_string<S>(&self, s: S) -> token::InternedString
|                                                      ^^^^^^^^^^^^^^ not found in `token`
help: possible candidate is found in another module, you can import it into scope
|
12 | use syntax::symbol::InternedString;
|

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:109:67
|
109 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtItem(self.clone())))]
|                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::rc::Rc`, found enum `syntax::parse::token::Nonterminal`
|
= note: expected type `std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>`
found type `syntax::parse::token::Nonterminal`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:115:85
|
115 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtImplItem(self.clone())))]
|                                                                                     ^^^^^^^^^^^^ expected struct `syntax::ast::ImplItem`, found struct `syntax::ptr::P`
|
= note: expected type `syntax::ast::ImplItem`
found type `syntax::ptr::P<syntax::ast::ImplItem>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:115:67
|
115 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtImplItem(self.clone())))]
|                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::rc::Rc`, found enum `syntax::parse::token::Nonterminal`
|
= note: expected type `std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>`
found type `syntax::parse::token::Nonterminal`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:121:86
|
121 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtTraitItem(self.clone())))]
|                                                                                      ^^^^^^^^^^^^ expected struct `syntax::ast::TraitItem`, found struct `syntax::ptr::P`
|
= note: expected type `syntax::ast::TraitItem`
found type `syntax::ptr::P<syntax::ast::TraitItem>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:121:67
|
121 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtTraitItem(self.clone())))]
|                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::rc::Rc`, found enum `syntax::parse::token::Nonterminal`
|
= note: expected type `std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>`
found type `syntax::parse::token::Nonterminal`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:146:80
|
146 |             ast::TokenTree::Token(self.span, token::Interpolated(token::NtStmt(P(self.clone()))))
|                                                                                ^^^^^^^^^^^^^^^ expected struct `syntax::ast::Stmt`, found struct `syntax::ptr::P`
|
= note: expected type `syntax::ast::Stmt`
found type `syntax::ptr::P<syntax::ast::Stmt>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:146:66
|
146 |             ast::TokenTree::Token(self.span, token::Interpolated(token::NtStmt(P(self.clone()))))
|                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::rc::Rc`, found enum `syntax::parse::token::Nonterminal`
|
= note: expected type `std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>`
found type `syntax::parse::token::Nonterminal`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:160:67
|
160 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtExpr(self.clone())))]
|                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::rc::Rc`, found enum `syntax::parse::token::Nonterminal`
|
= note: expected type `std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>`
found type `syntax::parse::token::Nonterminal`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:166:67
|
166 |         vec![ast::TokenTree::Token(self.span, token::Interpolated(token::NtPat(self.clone())))]
|                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::rc::Rc`, found enum `syntax::parse::token::Nonterminal`
|
= note: expected type `std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>`
found type `syntax::parse::token::Nonterminal`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:172:66
|
172 |         vec![ast::TokenTree::Token(DUMMY_SP, token::Interpolated(token::NtArm(self.clone())))]
|                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::rc::Rc`, found enum `syntax::parse::token::Nonterminal`
|
= note: expected type `std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>`
found type `syntax::parse::token::Nonterminal`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:198:80
|
198 |         vec![ast::TokenTree::Token(DUMMY_SP, token::Interpolated(token::NtMeta(self.clone())))]
|                                                                                ^^^^^^^^^^^^ expected struct `syntax::ast::MetaItem`, found struct `syntax::ptr::P`
|
= note: expected type `syntax::ast::MetaItem`
found type `syntax::ptr::P<syntax::ast::MetaItem>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:198:66
|
198 |         vec![ast::TokenTree::Token(DUMMY_SP, token::Interpolated(token::NtMeta(self.clone())))]
|                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::rc::Rc`, found enum `syntax::parse::token::Nonterminal`
|
= note: expected type `std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>`
found type `syntax::parse::token::Nonterminal`

error[E0609]: no field `node` on type `&syntax::ast::Attribute`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:207:17
|
207 |         if self.node.style == ast::AttrStyle::Inner {
|                 ^^^^

error[E0609]: no field `node` on type `&syntax::ast::Attribute`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:213:23
|
213 |             tts: self.node.value.to_tokens(cx),
|                       ^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:247:20
|
247 |             attrs: None,
|                    ^^^^
|                    |
|                    expected struct `syntax::util::ThinVec`, found enum `std::option::Option`
|                    help: try using a variant of the expected type: `syntax::util::ThinVec(None)`
|
= note: expected type `syntax::util::ThinVec<syntax::ast::Attribute>`
found type `std::option::Option<_>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:273:45
|
273 |                 let lit = ast::LitKind::Int(val as u64, ast::LitIntType::Signed($tag));
|                                             ^^^^^^^^^^ expected u128, found u64
...
288 | impl_to_tokens_int! { signed, isize, ast::IntTy::Is }
| ----------------------------------------------------- in this macro invocation
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
273 |                 let lit = ast::LitKind::Int((val as u64).into(), ast::LitIntType::Signed($tag));
|                                             ^^^^^^^^^^^^^^^^^^^

error[E0599]: no variant named `Is` found for type `syntax::ast::IntTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:288:38
|
288 | impl_to_tokens_int! { signed, isize, ast::IntTy::Is }
|                                      ^^^^^^^^^^^^^^ variant not found in `syntax::ast::IntTy`
|
= note: did you mean `variant::I8`?

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:273:45
|
273 |                 let lit = ast::LitKind::Int(val as u64, ast::LitIntType::Signed($tag));
|                                             ^^^^^^^^^^ expected u128, found u64
...
289 | impl_to_tokens_int! { signed, i8,  ast::IntTy::I8 }
| --------------------------------------------------- in this macro invocation
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
273 |                 let lit = ast::LitKind::Int((val as u64).into(), ast::LitIntType::Signed($tag));
|                                             ^^^^^^^^^^^^^^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:273:45
|
273 |                 let lit = ast::LitKind::Int(val as u64, ast::LitIntType::Signed($tag));
|                                             ^^^^^^^^^^ expected u128, found u64
...
290 | impl_to_tokens_int! { signed, i16, ast::IntTy::I16 }
| ---------------------------------------------------- in this macro invocation
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
273 |                 let lit = ast::LitKind::Int((val as u64).into(), ast::LitIntType::Signed($tag));
|                                             ^^^^^^^^^^^^^^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:273:45
|
273 |                 let lit = ast::LitKind::Int(val as u64, ast::LitIntType::Signed($tag));
|                                             ^^^^^^^^^^ expected u128, found u64
...
291 | impl_to_tokens_int! { signed, i32, ast::IntTy::I32 }
| ---------------------------------------------------- in this macro invocation
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
273 |                 let lit = ast::LitKind::Int((val as u64).into(), ast::LitIntType::Signed($tag));
|                                             ^^^^^^^^^^^^^^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:273:45
|
273 |                 let lit = ast::LitKind::Int(val as u64, ast::LitIntType::Signed($tag));
|                                             ^^^^^^^^^^ expected u128, found u64
...
292 | impl_to_tokens_int! { signed, i64, ast::IntTy::I64 }
| ---------------------------------------------------- in this macro invocation
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
273 |                 let lit = ast::LitKind::Int((val as u64).into(), ast::LitIntType::Signed($tag));
|                                             ^^^^^^^^^^^^^^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:281:45
|
281 |                 let lit = ast::LitKind::Int(*self as u64, ast::LitIntType::Unsigned($tag));
|                                             ^^^^^^^^^^^^ expected u128, found u64
...
294 | impl_to_tokens_int! { unsigned, usize, ast::UintTy::Us }
| -------------------------------------------------------- in this macro invocation
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
281 |                 let lit = ast::LitKind::Int((*self as u64).into(), ast::LitIntType::Unsigned($tag));
|                                             ^^^^^^^^^^^^^^^^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:57:30
|
57 |         self.callback.invoke(attr)
|                              ^^^^ expected struct `syntax::ast::Attribute`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ast::Attribute`
found type `syntax::codemap::Spanned<_>`

error[E0599]: no variant named `Us` found for type `syntax::ast::UintTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:294:40
|
294 | impl_to_tokens_int! { unsigned, usize, ast::UintTy::Us }
|                                        ^^^^^^^^^^^^^^^ variant not found in `syntax::ast::UintTy`
|
= note: did you mean `variant::U8`?

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:281:45
|
281 |                 let lit = ast::LitKind::Int(*self as u64, ast::LitIntType::Unsigned($tag));
|                                             ^^^^^^^^^^^^ expected u128, found u64
...
295 | impl_to_tokens_int! { unsigned, u8,   ast::UintTy::U8 }
| ------------------------------------------------------- in this macro invocation
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
281 |                 let lit = ast::LitKind::Int((*self as u64).into(), ast::LitIntType::Unsigned($tag));
|                                             ^^^^^^^^^^^^^^^^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:281:45
|
281 |                 let lit = ast::LitKind::Int(*self as u64, ast::LitIntType::Unsigned($tag));
|                                             ^^^^^^^^^^^^ expected u128, found u64
...
296 | impl_to_tokens_int! { unsigned, u16,  ast::UintTy::U16 }
| -------------------------------------------------------- in this macro invocation
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
281 |                 let lit = ast::LitKind::Int((*self as u64).into(), ast::LitIntType::Unsigned($tag));
|                                             ^^^^^^^^^^^^^^^^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:281:45
|
281 |                 let lit = ast::LitKind::Int(*self as u64, ast::LitIntType::Unsigned($tag));
|                                             ^^^^^^^^^^^^ expected u128, found u64
...
297 | impl_to_tokens_int! { unsigned, u32,  ast::UintTy::U32 }
| -------------------------------------------------------- in this macro invocation
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
281 |                 let lit = ast::LitKind::Int((*self as u64).into(), ast::LitIntType::Unsigned($tag));
|                                             ^^^^^^^^^^^^^^^^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:281:45
|
281 |                 let lit = ast::LitKind::Int(*self as u64, ast::LitIntType::Unsigned($tag));
|                                             ^^^^^^^^^^^^ expected u128, found u64
...
298 | impl_to_tokens_int! { unsigned, u64,  ast::UintTy::U64 }
| -------------------------------------------------------- in this macro invocation
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
281 |                 let lit = ast::LitKind::Int((*self as u64).into(), ast::LitIntType::Unsigned($tag));
|                                             ^^^^^^^^^^^^^^^^^^^^^

error[E0061]: this function takes 3 parameters but 4 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:310:9
|
310 | /         parse::parse_item_from_source_str(
311 | |             "<quote expansion>".to_string(),
312 | |             s,
313 | |             self.cfg(),
314 | |             self.parse_sess()).expect("parse error")
| |______________________________^ expected 3 parameters

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:310:9
|
309 |       fn parse_item(&self, s: String) -> P<ast::Item> {
|                                          ------------ expected `syntax::ptr::P<syntax::ast::Item>` because of return type
310 | /         parse::parse_item_from_source_str(
311 | |             "<quote expansion>".to_string(),
312 | |             s,
313 | |             self.cfg(),
314 | |             self.parse_sess()).expect("parse error")
| |____________________________________________________^ expected struct `syntax::ptr::P`, found enum `std::option::Option`
|
= note: expected type `syntax::ptr::P<_>`
found type `std::option::Option<syntax::ptr::P<_>>`

error[E0061]: this function takes 3 parameters but 4 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:318:9
|
318 | /         parse::parse_stmt_from_source_str("<quote expansion>".to_string(),
319 | |                                           s,
320 | |                                           self.cfg(),
321 | |                                           self.parse_sess()).expect("parse error")
| |____________________________________________________________^ expected 3 parameters

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:318:9
|
317 |       fn parse_stmt(&self, s: String) -> ast::Stmt {
|                                          --------- expected `syntax::ast::Stmt` because of return type
318 | /         parse::parse_stmt_from_source_str("<quote expansion>".to_string(),
319 | |                                           s,
320 | |                                           self.cfg(),
321 | |                                           self.parse_sess()).expect("parse error")
| |__________________________________________________________________________________^ expected struct `syntax::ast::Stmt`, found enum `std::option::Option`
|
= note: expected type `syntax::ast::Stmt`
found type `std::option::Option<syntax::ast::Stmt>`

error[E0061]: this function takes 3 parameters but 4 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:325:9
|
325 | /         parse::parse_expr_from_source_str("<quote expansion>".to_string(),
326 | |                                           s,
327 | |                                           self.cfg(),
328 | |                                           self.parse_sess())
| |____________________________________________________________^ expected 3 parameters

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs:325:9
|
324 |       fn parse_expr(&self, s: String) -> P<ast::Expr> {
|                                          ------------ expected `syntax::ptr::P<syntax::ast::Expr>` because of return type
325 | /         parse::parse_expr_from_source_str("<quote expansion>".to_string(),
326 | |                                           s,
327 | |                                           self.cfg(),
328 | |                                           self.parse_sess())
| |____________________________________________________________^ expected struct `syntax::ptr::P`, found enum `std::result::Result`
|
= note: expected type `syntax::ptr::P<_>`
found type `std::result::Result<syntax::ptr::P<_>, syntax::rustc_errors::DiagnosticBuilder<'_>>`

error: aborting due to 74 previous errors

Some errors occurred: E0061, E0308, E0412, E0422, E0425, E0432, E0433, E0599, E0609.
For more information about an error, try `rustc --explain E0061`.
error: Could not compile `quasi`.

Caused by:
process didn't exit successfully: `rustc --crate-name quasi .cargo/registry/src/github.com-1ecc6299db9ec823/quasi-0.7.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6cb88507341f7bb6 -C extra-filename=-6cb88507341f7bb6 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:62:30
|
62 |         self.build_meta_item(item)
|                              ^^^^ expected struct `syntax::ast::MetaItem`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ptr::P<syntax::ast::MetaItem>`
found type `syntax::ptr::P<syntax::codemap::Spanned<syntax::ast::MetaItemKind>>`

error[E0618]: expected function, found enum variant `ast::MetaItemKind::Word`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:68:31
|
68 |         self.build_meta_item_(ast::MetaItemKind::Word(word.to_interned_string()))
|                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a function
help: `ast::MetaItemKind::Word` is a unit variant, you need to write it without the parenthesis
|
68 |         self.build_meta_item_(ast::MetaItemKind::Word)
|                               ^^^^^^^^^^^^^^^^^^^^^^^

error[E0271]: type mismatch resolving `<[closure@.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:206:39: 206:67 span:_] as std::ops::FnOnce<(syntax::ast::MetaItemKind,)>>::Output == syntax::ptr::P<syntax::ast::MetaItem>`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:206:14
|
206 |         self.with_meta_items(iter.map(|item| P(respan(span, item))))
|              ^^^^^^^^^^^^^^^ expected struct `syntax::codemap::Spanned`, found struct `syntax::ast::MetaItem`
|
= note: expected type `syntax::ptr::P<syntax::codemap::Spanned<syntax::ast::MetaItemKind>>`
found type `syntax::ptr::P<syntax::ast::MetaItem>`
= note: required because of the requirements on the impl of `std::iter::Iterator` for `std::iter::Map<<I as std::iter::IntoIterator>::IntoIter, [closure@.cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:206:39: 206:67 span:_]>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:216:31
|
216 |         self.with_meta_item(P(respan(span, item)))
|                               ^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::MetaItem`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ast::MetaItem`
found type `syntax::codemap::Spanned<syntax::ast::MetaItemKind>`

error[E0618]: expected function, found enum variant `ast::MetaItemKind::Word`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:224:47
|
224 |         self.with_meta_items_(iter.map(|word| ast::MetaItemKind::Word(word.to_interned_string())))
|                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a function
help: `ast::MetaItemKind::Word` is a unit variant, you need to write it without the parenthesis
|
224 |         self.with_meta_items_(iter.map(|word| ast::MetaItemKind::Word))
|                                               ^^^^^^^^^^^^^^^^^^^^^^^

error[E0618]: expected function, found enum variant `ast::MetaItemKind::Word`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:230:34
|
230 |         self.with_meta_item_kind(ast::MetaItemKind::Word(word.to_interned_string()))
|                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a function
help: `ast::MetaItemKind::Word` is a unit variant, you need to write it without the parenthesis
|
230 |         self.with_meta_item_kind(ast::MetaItemKind::Word)
|                                  ^^^^^^^^^^^^^^^^^^^^^^^

error[E0061]: this function takes 1 parameter but 2 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:249:38
|
249 |         let item = respan(self.span, ast::MetaItemKind::List(self.name, self.items));
|                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:250:32
|
250 |         self.callback.invoke(P(item))
|                                ^^^^ expected struct `syntax::ast::MetaItem`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ast::MetaItem`
found type `syntax::codemap::Spanned<syntax::ast::MetaItemKind>`

error[E0061]: this function takes 1 parameter but 2 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/attr.rs:285:20
|
285 |         let item = ast::MetaItemKind::NameValue(self.name, (*value).clone());
|                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter

error[E0560]: struct `syntax::ast::Block` has no field named `expr`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/block.rs:80:13
|
80 |             expr: expr,
|             ^^^^ `syntax::ast::Block` does not have this field
|
= note: available fields are: `stmts`, `id`, `rules`, `span`, `recovered`

error[E0599]: no method named `into_thin_attrs` found for type `std::vec::Vec<syntax::ast::Attribute>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:70:39
|
70 |             attrs: self.attrs.clone().into_thin_attrs(),
|                                       ^^^^^^^^^^^^^^^

error[E0061]: this function takes 2 parameters but 1 parameter was supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:416:30
|
416 |         self.build_expr_kind(ast::ExprKind::Break(None))
|                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters

error[E0061]: this function takes 2 parameters but 1 parameter was supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:423:30
|
423 |         self.build_expr_kind(ast::ExprKind::Break(Some(label)))
|                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters

error[E0599]: no variant named `Again` found for type `syntax::ast::ExprKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:427:30
|
427 |         self.build_expr_kind(ast::ExprKind::Again(None))
|                              ^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind`

error[E0599]: no variant named `Again` found for type `syntax::ast::ExprKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:434:30
|
434 |         self.build_expr_kind(ast::ExprKind::Again(Some(label)))
|                              ^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind`

error[E0061]: this function takes 2 parameters but 1 parameter was supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:554:30
|
554 |         self.build_expr_kind(ast::ExprKind::Block(block))
|                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:641:57
|
641 |         self.build_expr_kind(ast::ExprKind::Repeat(lhs, rhs))
|                                                         ^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P`
|
= note: expected type `syntax::ast::AnonConst`
found type `syntax::ptr::P<syntax::ast::Expr>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:1013:20
|
1013 |             ident: respan(self.builder.span, self.id.to_ident()),
|                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ast::Ident`
found type `syntax::codemap::Spanned<syntax::ast::Ident>`

error[E0063]: missing fields `attrs`, `is_shorthand` in initializer of `syntax::ast::Field`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:1012:21
|
1012 |         let field = ast::Field {
|                     ^^^^^^^^^^ missing `attrs`, `is_shorthand`

error[E0061]: this function takes 2 parameters but 3 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:1151:38
|
1151 |         self.builder.build_expr_kind(ast::ExprKind::MethodCall(self.id, self.tys, self.args))
|                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:1387:65
|
1387 |         self.builder.build_expr_kind(ast::ExprKind::Loop(block, self.label))
|                                                                 ^^^^^^^^^^ expected struct `syntax::ast::Label`, found struct `syntax::ast::Ident`
|
= note: expected type `std::option::Option<syntax::ast::Label>`
found type `std::option::Option<syntax::ast::Ident>`

error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:1675:38
|
1675 |         self.builder.build_expr_kind(ast::ExprKind::TupField(expr, self.index))
|                                      ^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind`

error[E0599]: no variant named `Vec` found for type `syntax::ast::ExprKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/expr.rs:1701:38
|
1701 |         self.builder.build_expr_kind(ast::ExprKind::Vec(self.exprs))
|                                      ^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind`

error[E0599]: no variant named `None` found for type `syntax::ast::FunctionRetTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/fn_decl.rs:88:22
|
88 |         let ret_ty = ast::FunctionRetTy::None(self.span);
|                      ^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::FunctionRetTy`

error[E0609]: no field `lifetimes` on type `syntax::ast::Generics`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/generics.rs:52:33
|
52 |             lifetimes: generics.lifetimes,
|                                 ^^^^^^^^^ unknown field
|
= note: available fields are: `params`, `where_clause`, `span`

error[E0609]: no field `ty_params` on type `syntax::ast::Generics`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/generics.rs:53:33
|
53 |             ty_params: generics.ty_params.into_vec(),
|                                 ^^^^^^^^^ did you mean `params`?

error[E0609]: no field `lifetimes` on type `syntax::ast::Generics`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/generics.rs:59:38
|
59 |         self.with_lifetimes(generics.lifetimes.into_iter())
|                                      ^^^^^^^^^ unknown field
|
= note: available fields are: `params`, `where_clause`, `span`

error[E0609]: no field `ty_params` on type `syntax::ast::Generics`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/generics.rs:60:38
|
60 |             .with_ty_params(generics.ty_params.move_iter())
|                                      ^^^^^^^^^ did you mean `params`?

error[E0599]: no function or associated item named `empty` found for type `syntax::ptr::P<_>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/generics.rs:203:31
|
203 |             ty_param.bounds = P::empty();
|                               ^^^^^^^^ function or associated item not found in `syntax::ptr::P<_>`

error[E0560]: struct `syntax::ast::Generics` has no field named `lifetimes`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/generics.rs:215:13
|
215 |             lifetimes: self.lifetimes,
|             ^^^^^^^^^ `syntax::ast::Generics` does not have this field
|
= note: available fields are: `params`, `where_clause`, `span`

error[E0560]: struct `syntax::ast::Generics` has no field named `ty_params`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/generics.rs:216:13
|
216 |             ty_params: P::from_vec(self.ty_params),
|             ^^^^^^^^^ field does not exist - did you mean `params`?

error[E0063]: missing field `span` in initializer of `syntax::ast::WhereClause`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/generics.rs:217:27
|
217 |             where_clause: ast::WhereClause {
|                           ^^^^^^^^^^^^^^^^ missing `span`

error[E0599]: no associated item named `Inherited` found for type `syntax::codemap::Spanned<syntax::ast::VisibilityKind>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:54:18
|
54 |             vis: ast::Visibility::Inherited,
|                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned<syntax::ast::VisibilityKind>`

error[E0599]: no associated item named `Public` found for type `syntax::codemap::Spanned<syntax::ast::VisibilityKind>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:84:20
|
84 |         self.vis = ast::Visibility::Public;
|                    ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned<syntax::ast::VisibilityKind>`

error[E0063]: missing field `tokens` in initializer of `syntax::ast::Item`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:91:20
|
91 |         let item = ast::Item {
|                    ^^^^^^^^^ missing `tokens`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:113:41
|
113 |         let item = ast::ItemKind::Use(P(respan(self.span, view_path)));
|                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::UseTree`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ast::UseTree`
found type `syntax::codemap::Spanned<_>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:316:13
|
316 |             self.constness,
|             ^^^^^^^^^^^^^^ expected struct `syntax::codemap::Spanned`, found enum `syntax::ast::Constness`
|
= note: expected type `syntax::codemap::Spanned<syntax::ast::Constness>`
found type `syntax::ast::Constness`

error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:387:21
|
387 |             segment.identifier
|                     ^^^^^^^^^^

error[E0061]: this function takes 5 parameters but 4 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:875:47
|
875 |           self.builder.build_item_kind(self.id, ast::ItemKind::Trait(
|  _______________________________________________^
876 | |             self.unsafety,
877 | |             self.generics,
878 | |             P::from_vec(self.bounds),
879 | |             self.items,
880 | |         ))
| |_________^ expected 5 parameters

error[E0063]: missing fields `generics`, `tokens` in initializer of `syntax::ast::TraitItem`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:983:20
|
983 |         let item = ast::TraitItem {
|                    ^^^^^^^^^^^^^^ missing `generics`, `tokens`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:1092:45
|
1092 |         let node = ast::TraitItemKind::Type(bounds, ty);
|                                             ^^^^^^
|                                             |
|                                             expected struct `std::vec::Vec`, found struct `syntax::ptr::P`
|                                             help: try using a conversion method: `bounds.to_vec()`
|
= note: expected type `std::vec::Vec<syntax::ast::TyParamBound>`
found type `syntax::ptr::P<[syntax::ast::TyParamBound]>`

error[E0061]: this function takes 7 parameters but 6 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:1176:19
|
1176 |           let ty_ = ast::ItemKind::Impl(
|  ___________________^
1177 | |             self.unsafety,
1178 | |             self.polarity,
1179 | |             self.generics,
1180 | |             self.trait_ref,
1181 | |             ty,
1182 | |             self.items);
| |_______________________^ expected 7 parameters

error[E0599]: no associated item named `Inherited` found for type `syntax::codemap::Spanned<syntax::ast::VisibilityKind>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:1294:18
|
1294 |             vis: ast::Visibility::Inherited,
|                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned<syntax::ast::VisibilityKind>`

error[E0599]: no associated item named `Public` found for type `syntax::codemap::Spanned<syntax::ast::VisibilityKind>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:1322:20
|
1322 |         self.vis = ast::Visibility::Public;
|                    ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned<syntax::ast::VisibilityKind>`

error[E0063]: missing fields `defaultness`, `generics`, `tokens` in initializer of `syntax::ast::ImplItem`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/item.rs:1350:20
|
1350 |         let item = ast::ImplItem {
|                    ^^^^^^^^^^^^^ missing `defaultness`, `generics`, `tokens`

error[E0560]: struct `syntax::ast::Lifetime` has no field named `span`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lifetime.rs:23:13
|
23 |             span: DUMMY_SP,
|             ^^^^ `syntax::ast::Lifetime` does not have this field
|
= note: available fields are: `id`, `ident`

error[E0560]: struct `syntax::ast::Lifetime` has no field named `name`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lifetime.rs:24:13
|
24 |             name: self.to_name(),
|             ^^^^ `syntax::ast::Lifetime` does not have this field
|
= note: available fields are: `id`, `ident`

error[E0063]: missing field `attrs` in initializer of `syntax::ast::LifetimeDef`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lifetime.rs:43:9
|
43 |         ast::LifetimeDef {
|         ^^^^^^^^^^^^^^^^ missing `attrs`

error[E0560]: struct `syntax::ast::Lifetime` has no field named `span`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lifetime.rs:86:13
|
86 |             span: DUMMY_SP,
|             ^^^^ `syntax::ast::Lifetime` does not have this field
|
= note: available fields are: `id`, `ident`

error[E0560]: struct `syntax::ast::Lifetime` has no field named `name`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lifetime.rs:87:13
|
87 |             name: name.to_name(),
|             ^^^^ `syntax::ast::Lifetime` does not have this field
|
= note: available fields are: `id`, `ident`

error[E0560]: struct `syntax::ast::Lifetime` has no field named `span`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lifetime.rs:102:13
|
102 |             span: DUMMY_SP,
|             ^^^^ `syntax::ast::Lifetime` does not have this field
|
= note: available fields are: `id`, `ident`

error[E0560]: struct `syntax::ast::Lifetime` has no field named `name`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lifetime.rs:103:13
|
103 |             name: name.to_name(),
|             ^^^^ `syntax::ast::Lifetime` does not have this field
|
= note: available fields are: `id`, `ident`

error[E0063]: missing field `attrs` in initializer of `syntax::ast::LifetimeDef`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lifetime.rs:111:30
|
111 |         self.callback.invoke(ast::LifetimeDef {
|                              ^^^^^^^^^^^^^^^^ missing `attrs`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lit.rs:61:42
|
61 |         self.build_lit(ast::LitKind::Int(value as u64, ast::LitIntType::Unsuffixed))
|                                          ^^^^^^^^^^^^ expected u128, found u64
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
61 |         self.build_lit(ast::LitKind::Int((value as u64).into(), ast::LitIntType::Unsuffixed))
|                                          ^^^^^^^^^^^^^^^^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lit.rs:66:42
|
66 |         self.build_lit(ast::LitKind::Int(value as u64, ast::LitIntType::Signed(ty)))
|                                          ^^^^^^^^^^^^ expected u128, found u64
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
66 |         self.build_lit(ast::LitKind::Int((value as u64).into(), ast::LitIntType::Signed(ty)))
|                                          ^^^^^^^^^^^^^^^^^^^^^

error[E0599]: no variant named `Is` found for type `syntax::ast::IntTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lit.rs:70:38
|
70 |         self.build_int(value as i64, ast::IntTy::Is)
|                                      ^^^^^^^^^^^^^^ variant not found in `syntax::ast::IntTy`
|
= note: did you mean `variant::I8`?

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lit.rs:94:42
|
94 |         self.build_lit(ast::LitKind::Int(value, ast::LitIntType::Unsuffixed))
|                                          ^^^^^ expected u128, found u64
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
94 |         self.build_lit(ast::LitKind::Int(value.into(), ast::LitIntType::Unsuffixed))
|                                          ^^^^^^^^^^^^

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lit.rs:98:42
|
98 |         self.build_lit(ast::LitKind::Int(value, ast::LitIntType::Unsigned(ty)))
|                                          ^^^^^ expected u128, found u64
help: you can cast an `u64` to `u128`, which will zero-extend the source value
|
98 |         self.build_lit(ast::LitKind::Int(value.into(), ast::LitIntType::Unsigned(ty)))
|                                          ^^^^^^^^^^^^

error[E0599]: no variant named `Us` found for type `syntax::ast::UintTy` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/lit.rs:102:39
|
102 |         self.build_uint(value as u64, ast::UintTy::Us)
|                                       ^^^^^^^^^^^^^^^ variant not found in `syntax::ast::UintTy`
|
= note: did you mean `variant::U8`?

error[E0560]: struct `syntax::ast::Mac_` has no field named `ctxt`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/mac.rs:59:13
|
59 |             ctxt: ast::EMPTY_CTXT,
|             ^^^^ `syntax::ast::Mac_` does not have this field
|
= note: available fields are: `path`, `delim`, `tts`

error[E0061]: this function takes 1 parameter but 0 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/mac.rs:73:26
|
73 |         let parse_sess = ParseSess::new();
|                          ^^^^^^^^^^^^^^^^ expected 1 parameter

error[E0063]: missing fields `allow_internal_unsafe`, `edition` in initializer of `syntax::codemap::NameAndSpan`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/mac.rs:102:17
|
102 |         callee: codemap::NameAndSpan {
|                 ^^^^^^^^^^^^^^^^^^^^ missing `allow_internal_unsafe`, `edition`

error[E0061]: this function takes 3 parameters but 4 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/mac.rs:112:18
|
112 |     let mut cx = ExtCtxt::new(&sess, cfg, ecfg, feature_gated_cfgs);
|                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters

error[E0599]: no method named `bt_push` found for type `syntax::ext::base::ExtCtxt<'_>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/mac.rs:113:8
|
113 |     cx.bt_push(info);
|        ^^^^^^^

error[E0599]: no variant named `Static` found for type `syntax::ast::SelfKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:43:45
|
43 |             explicit_self: respan(DUMMY_SP, ast::SelfKind::Static),
|                                             ^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::SelfKind`

error[E0599]: no variant named `Static` found for type `syntax::ast::SelfKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:90:13
|
90 |             ast::SelfKind::Static => { }
|             ^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::SelfKind`

error[E0023]: this pattern has 3 fields, but the corresponding tuple variant has 2 fields
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:92:15
|
92 |             | ast::SelfKind::Region(_, _, id)
|               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 3

error[E0599]: no function or associated item named `new_self` found for type `syntax::ast::Arg` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:95:31
|
95 |                     let arg = ast::Arg::new_self(self.span, self.self_mutable, id);
|                               ^^^^^^^^^^^^^^^^^^ function or associated item not found in `syntax::ast::Arg`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:104:24
|
104 |             constness: self.constness,
|                        ^^^^^^^^^^^^^^ expected struct `syntax::codemap::Spanned`, found enum `syntax::ast::Constness`
|
= note: expected type `syntax::codemap::Spanned<syntax::ast::Constness>`
found type `syntax::ast::Constness`

error[E0560]: struct `syntax::ast::MethodSig` has no field named `generics`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:107:13
|
107 |             generics: self.generics,
|             ^^^^^^^^ `syntax::ast::MethodSig` does not have this field
|
= note: available fields are: `unsafety`, `constness`, `abi`, `decl`

error[E0560]: struct `syntax::ast::MethodSig` has no field named `explicit_self`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:108:13
|
108 |             explicit_self: self.explicit_self,
|             ^^^^^^^^^^^^^ `syntax::ast::MethodSig` does not have this field
|
= note: available fields are: `unsafety`, `constness`, `abi`, `decl`

error[E0599]: no variant named `Static` found for type `syntax::ast::SelfKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:192:30
|
192 |         self.build_self_kind(ast::SelfKind::Static)
|                              ^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::SelfKind`

error[E0599]: no variant named `Static` found for type `syntax::ast::SelfKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:196:30
|
196 |         self.build_self_kind(ast::SelfKind::Static)
|                              ^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::SelfKind`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:200:51
|
200 |         self.build_self_kind(ast::SelfKind::Value("self".to_ident()))
|                                                   ^^^^^^^^^^^^^^^^^ expected enum `syntax::ast::Mutability`, found struct `syntax::ast::Ident`
|
= note: expected type `syntax::ast::Mutability`
found type `syntax::ast::Ident`

error[E0061]: this function takes 2 parameters but 3 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:204:30
|
204 |           self.build_self_kind(ast::SelfKind::Region(
|  ______________________________^
205 | |             None,
206 | |             ast::Mutability::Immutable,
207 | |             "self".to_ident(),
208 | |         ))
| |_________^ expected 2 parameters

error[E0061]: this function takes 2 parameters but 3 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:214:30
|
214 |           self.build_self_kind(ast::SelfKind::Region(
|  ______________________________^
215 | |             Some(lifetime.into_lifetime()),
216 | |             ast::Mutability::Immutable,
217 | |             "self".to_ident(),
218 | |         ))
| |_________^ expected 2 parameters

error[E0061]: this function takes 2 parameters but 3 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:222:30
|
222 |           self.build_self_kind(ast::SelfKind::Region(
|  ______________________________^
223 | |             None,
224 | |             ast::Mutability::Mutable,
225 | |             "self".to_ident(),
226 | |         ))
| |_________^ expected 2 parameters

error[E0061]: this function takes 2 parameters but 3 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:232:30
|
232 |           self.build_self_kind(ast::SelfKind::Region(
|  ______________________________^
233 | |             Some(lifetime.into_lifetime()),
234 | |             ast::Mutability::Mutable,
235 | |             "self".to_ident(),
236 | |         ))
| |_________^ expected 2 parameters

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/method.rs:250:58
|
250 |         self.build_self_kind(ast::SelfKind::Explicit(ty, "self".to_ident()))
|                                                          ^^^^^^^^^^^^^^^^^ expected enum `syntax::ast::Mutability`, found struct `syntax::ast::Ident`
|
= note: expected type `syntax::ast::Mutability`
found type `syntax::ast::Ident`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/pat.rs:64:55
|
64 |         self.build_pat_kind(ast::PatKind::Ident(mode, id, sub))
|                                                       ^^ expected struct `syntax::ast::Ident`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ast::Ident`
found type `syntax::codemap::Spanned<syntax::ast::Ident>`

error[E0061]: this function takes 2 parameters but 1 parameter was supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/pat.rs:108:29
|
108 |         self.build_pat_kind(ast::PatKind::Path(path))
|                             ^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters

error[E0599]: no variant named `QPath` found for type `syntax::ast::PatKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/pat.rs:112:29
|
112 |         self.build_pat_kind(ast::PatKind::QPath(qself, path))
|                             ^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::PatKind`
|
= note: did you mean `variant::Path`?

error[E0061]: this function takes 3 parameters but 2 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/pat.rs:124:29
|
124 |         self.build_pat_kind(ast::PatKind::Range(lhs, rhs))
|                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters

error[E0061]: this function takes 3 parameters but 2 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/pat.rs:248:37
|
248 |         self.builder.build_pat_kind(ast::PatKind::TupleStruct(self.path, Some(self.pats)))
|                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters

error[E0063]: missing field `attrs` in initializer of `syntax::ast::FieldPat`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/pat.rs:331:29
|
331 |         self.with_field_pat(ast::FieldPat {
|                             ^^^^^^^^^^^^^ missing `attrs`

error[E0063]: missing field `attrs` in initializer of `syntax::ast::FieldPat`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/pat.rs:345:29
|
345 |         self.with_field_pat(ast::FieldPat {
|                             ^^^^^^^^^^^^^ missing `attrs`

error[E0063]: missing field `attrs` in initializer of `syntax::ast::FieldPat`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/pat.rs:374:37
|
374 |         self.builder.with_field_pat(ast::FieldPat {
|                                     ^^^^^^^^^^^^^ missing `attrs`

error[E0599]: no variant named `Tup` found for type `syntax::ast::PatKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/pat.rs:423:37
|
423 |         self.builder.build_pat_kind(ast::PatKind::Tup(self.pats))
|                                     ^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::PatKind`

error[E0560]: struct `syntax::ast::Path` has no field named `global`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/path.rs:158:13
|
158 |             global: self.global,
|             ^^^^^^ `syntax::ast::Path` does not have this field
|
= note: available fields are: `span`, `segments`

error[E0609]: no field `lifetimes` on type `syntax::ast::Generics`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/path.rs:207:34
|
207 |         let lifetimes = generics.lifetimes.iter()
|                                  ^^^^^^^^^ unknown field
|
= note: available fields are: `params`, `where_clause`, `span`

error[E0609]: no field `ty_params` on type `syntax::ast::Generics`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/path.rs:210:28
|
210 |         let tys = generics.ty_params.iter()
|                            ^^^^^^^^^ did you mean `params`?

error[E0560]: struct `syntax::ast::Lifetime` has no field named `span`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/path.rs:238:13
|
238 |             span: self.span,
|             ^^^^ `syntax::ast::Lifetime` does not have this field
|
= note: available fields are: `id`, `ident`

error[E0560]: struct `syntax::ast::Lifetime` has no field named `name`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/path.rs:239:13
|
239 |             name: name.to_name(),
|             ^^^^ `syntax::ast::Lifetime` does not have this field
|
= note: available fields are: `id`, `ident`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/path.rs:277:20
|
277 |             types: P::from_vec(self.tys),
|                    ^^^^^^^^^^^^^^^^^^^^^
|                    |
|                    expected struct `std::vec::Vec`, found struct `syntax::ptr::P`
|                    help: try using a conversion method: `P::from_vec(self.tys).to_vec()`
|
= note: expected type `std::vec::Vec<syntax::ptr::P<syntax::ast::Ty>>`
found type `syntax::ptr::P<[syntax::ptr::P<syntax::ast::Ty>]>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/path.rs:278:23
|
278 |             bindings: P::from_vec(self.bindings),
|                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
|                       |
|                       expected struct `std::vec::Vec`, found struct `syntax::ptr::P`
|                       help: try using a conversion method: `P::from_vec(self.bindings).to_vec()`
|
= note: expected type `std::vec::Vec<syntax::ast::TypeBinding>`
found type `syntax::ptr::P<[syntax::ast::TypeBinding]>`

error[E0063]: missing field `span` in initializer of `syntax::ast::AngleBracketedParameterData`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/path.rs:275:20
|
275 |         let data = ast::AngleBracketedParameterData {
|                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `span`

error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/path.rs:284:13
|
284 |             identifier: self.id,
|             ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field
|
= note: available fields are: `ident`, `parameters`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/path.rs:285:25
|
285 |             parameters: parameters,
|                         ^^^^^^^^^^ expected enum `std::option::Option`, found enum `syntax::ast::PathParameters`
|
= note: expected type `std::option::Option<syntax::ptr::P<syntax::ast::PathParameters>>`
found type `syntax::ast::PathParameters`

error[E0560]: struct `syntax::ast::Path` has no field named `global`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/qpath.rs:93:13
|
93 |             global: false,
|             ^^^^^^ `syntax::ast::Path` does not have this field
|
= note: available fields are: `span`, `segments`

error[E0560]: struct `syntax::ast::Path` has no field named `global`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/qpath.rs:104:13
|
104 |             global: false,
|             ^^^^^^ `syntax::ast::Path` does not have this field
|
= note: available fields are: `span`, `segments`

error[E0063]: missing field `path_span` in initializer of `syntax::ast::QSelf`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/qpath.rs:119:20
|
119 |             qself: ast::QSelf {
|                    ^^^^^^^^^^ missing `path_span`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/stmt.rs:50:20
|
50 |         self.build(stmt)
|                    ^^^^ expected struct `syntax::ast::Stmt`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ast::Stmt`
found type `syntax::codemap::Spanned<syntax::ast::StmtKind>`

error[E0599]: no method named `into_thin_attrs` found for type `std::vec::Vec<syntax::ast::Attribute>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/stmt.rs:63:39
|
63 |             attrs: self.attrs.clone().into_thin_attrs(),
|                                       ^^^^^^^^^^^^^^^

error[E0599]: no variant named `Decl` found for type `syntax::ast::StmtKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/stmt.rs:68:30
|
68 |         self.build_stmt_kind(ast::StmtKind::Decl(P(decl), ast::DUMMY_NODE_ID))
|                              ^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::StmtKind`

error[E0061]: this function takes 1 parameter but 2 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/stmt.rs:83:30
|
83 |         self.build_stmt_kind(ast::StmtKind::Expr(expr, ast::DUMMY_NODE_ID))
|                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter

error[E0599]: no variant named `Decl` found for type `syntax::ast::StmtKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/stmt.rs:98:30
|
98 |         self.build_stmt_kind(ast::StmtKind::Decl(P(decl), ast::DUMMY_NODE_ID))
|                              ^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::StmtKind`

error[E0061]: this function takes 1 parameter but 2 parameters were supplied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/stmt.rs:158:32
|
158 |         self.0.build_stmt_kind(ast::StmtKind::Semi(expr, ast::DUMMY_NODE_ID))
|                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter

error[E0599]: no associated item named `Inherited` found for type `syntax::codemap::Spanned<syntax::ast::VisibilityKind>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/struct_field.rs:41:56
|
41 |             kind: ast::StructFieldKind::NamedField(id, ast::Visibility::Inherited),
|                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned<syntax::ast::VisibilityKind>`

error[E0599]: no associated item named `Inherited` found for type `syntax::codemap::Spanned<syntax::ast::VisibilityKind>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/struct_field.rs:50:54
|
50 |             kind: ast::StructFieldKind::UnnamedField(ast::Visibility::Inherited),
|                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned<syntax::ast::VisibilityKind>`

error[E0599]: no associated item named `Public` found for type `syntax::codemap::Spanned<syntax::ast::VisibilityKind>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/struct_field.rs:64:24
|
64 |                 *vis = ast::Visibility::Public;
|                        ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned<syntax::ast::VisibilityKind>`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/struct_field.rs:89:30
|
89 |         self.callback.invoke(respan(self.span, field))
|                              ^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::StructField`, found struct `syntax::codemap::Spanned`
|
= note: expected type `syntax::ast::StructField`
found type `syntax::codemap::Spanned<_>`

error[E0599]: no variant named `Vec` found for type `syntax::ast::TyKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/ty.rs:142:28
|
142 |         self.build_ty_kind(ast::TyKind::Vec(ty))
|                            ^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::TyKind`

error[E0560]: struct `syntax::ast::Lifetime` has no field named `span`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/ty.rs:251:13
|
251 |             span: self.builder.span,
|             ^^^^ `syntax::ast::Lifetime` does not have this field
|
= note: available fields are: `id`, `ident`

error[E0560]: struct `syntax::ast::Lifetime` has no field named `name`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/ty.rs:252:13
|
252 |             name: name.to_name(),
|             ^^^^ `syntax::ast::Lifetime` does not have this field
|
= note: available fields are: `id`, `ident`

error[E0609]: no field `lifetimes` on type `syntax::ast::Generics`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/ty.rs:455:22
|
455 |             generics.lifetimes.into_iter()
|                      ^^^^^^^^^ unknown field
|
= note: available fields are: `params`, `where_clause`, `span`

error[E0599]: no variant named `ObjectSum` found for type `syntax::ast::TyKind` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/ty.rs:479:36
|
479 |         self.builder.build_ty_kind(ast::TyKind::ObjectSum(self.ty, bounds))
|                                    ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::TyKind`

error[E0609]: no field `span` on type `syntax::ast::TyParam`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/ty_param.rs:52:28
|
52 |             span: ty_param.span,
|                            ^^^^ unknown field
|
= note: available fields are: `attrs`, `ident`, `id`, `bounds`, `default`

error[E0599]: no method named `into_vec` found for type `std::vec::Vec<syntax::ast::TyParamBound>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/ty_param.rs:54:37
|
54 |             bounds: ty_param.bounds.into_vec(),
|                                     ^^^^^^^^
|
= help: did you mean `to_vec`?

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/ty_param.rs:105:21
|
105 |             bounds: P::from_vec(self.bounds),
|                     ^^^^^^^^^^^^^^^^^^^^^^^^
|                     |
|                     expected struct `std::vec::Vec`, found struct `syntax::ptr::P`
|                     help: try using a conversion method: `P::from_vec(self.bounds).to_vec()`
|
= note: expected type `std::vec::Vec<syntax::ast::TyParamBound>`
found type `syntax::ptr::P<[syntax::ast::TyParamBound]>`

error[E0560]: struct `syntax::ast::TyParam` has no field named `span`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/ty_param.rs:107:13
|
107 |             span: self.span,
|             ^^^^ `syntax::ast::TyParam` does not have this field
|
= note: available fields are: `attrs`, `ident`, `id`, `bounds`, `default`

error[E0560]: struct `syntax::ast::PolyTraitRef` has no field named `bound_lifetimes`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/ty_param.rs:274:13
|
274 |             bound_lifetimes: self.lifetimes,
|             ^^^^^^^^^^^^^^^ `syntax::ast::PolyTraitRef` does not have this field
|
= note: available fields are: `bound_generic_params`, `trait_ref`, `span`

error[E0560]: struct `syntax::ast::Variant_` has no field named `name`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/variant.rs:69:13
|
69 |             name: self.id,
|             ^^^^ `syntax::ast::Variant_` does not have this field
|
= note: available fields are: `ident`, `attrs`, `data`, `disr_expr`

error[E0560]: struct `syntax::ast::WhereBoundPredicate` has no field named `bound_lifetimes`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/where_predicate.rs:240:13
|
240 |             bound_lifetimes: self.bound_lifetimes,
|             ^^^^^^^^^^^^^^^ `syntax::ast::WhereBoundPredicate` does not have this field
|
= note: available fields are: `span`, `bound_generic_params`, `bounded_ty`, `bounds`

error[E0308]: mismatched types
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/where_predicate.rs:242:21
|
242 |             bounds: P::from_vec(self.bounds),
|                     ^^^^^^^^^^^^^^^^^^^^^^^^
|                     |
|                     expected struct `std::vec::Vec`, found struct `syntax::ptr::P`
|                     help: try using a conversion method: `P::from_vec(self.bounds).to_vec()`
|
= note: expected type `std::vec::Vec<syntax::ast::TyParamBound>`
found type `syntax::ptr::P<[syntax::ast::TyParamBound]>`

error[E0560]: struct `syntax::ast::WhereEqPredicate` has no field named `path`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/where_predicate.rs:320:13
|
320 |             path: path,
|             ^^^^ `syntax::ast::WhereEqPredicate` does not have this field
|
= note: available fields are: `id`, `span`, `lhs_ty`, `rhs_ty`

error[E0560]: struct `syntax::ast::WhereEqPredicate` has no field named `ty`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.13.1/src/where_predicate.rs:321:13
|
321 |             ty: ty,
|             ^^ `syntax::ast::WhereEqPredicate` does not have this field
|
= note: available fields are: `id`, `span`, `lhs_ty`, `rhs_ty`

error: aborting due to 168 previous errors

Some errors occurred: E0023, E0061, E0063, E0271, E0308, E0412, E0422, E0423, E0425...
For more information about an error, try `rustc --explain E0023`.
thread 'main' panicked at 'Error(
CargoError(
build failed
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.