wasm-bindgen-futures 0.2.17

Bridging the gap between Rust Futures and JavaScript Promises
Build #113364 2018-08-20T00:28:23.168725+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
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading wasm-bindgen-futures v0.2.17
Fresh futures v0.1.23
Fresh version_check v0.1.4
Fresh itoa v0.4.2
Fresh unicode-xid v0.1.0
Fresh cfg-if v0.1.5
Fresh log v0.4.4
Fresh serde v1.0.71
Compiling proc-macro2 v0.4.13
Running `rustc --crate-name proc_macro2 .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="nightly"' --cfg 'feature="proc-macro"' --cfg 'feature="default"' -C metadata=54dca1a9a4369911 -C extra-filename=-54dca1a9a4369911 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-3eff40339770c4d8.rlib --extern-version unicode_xid=unicode-xid,0.1.0 --cap-lints allow --cfg use_proc_macro`
Fresh lazy_static v1.1.0
Fresh ryu v0.2.4
Fresh serde_json v1.0.26
error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:33:40
|
33 |     let works = panic::catch_unwind(|| proc_macro::Span::call_site()).is_ok();
|                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:225:13
|
225 |     Nightly(proc_macro::token_stream::IntoIter),
|             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:450:11
|
450 | impl From<proc_macro::Span> for ::Span {
|           ^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:296:13
|
296 |     Nightly(proc_macro::SourceFile, FileName),
|             ^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:344:13
|
344 |     Nightly(proc_macro::Span),
|             ^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:473:13
|
473 |     Nightly(proc_macro::Ident),
|             ^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:535:13
|
535 |     Nightly(proc_macro::Literal),
|             ^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:123:47
|
123 |                     Delimiter::Parenthesis => proc_macro::Delimiter::Parenthesis,
|                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:124:43
|
124 |                     Delimiter::Bracket => proc_macro::Delimiter::Bracket,
|                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:125:41
|
125 |                     Delimiter::Brace => proc_macro::Delimiter::Brace,
|                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:126:40
|
126 |                     Delimiter::None => proc_macro::Delimiter::None,
|                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:129:33
|
129 |                 let mut group = proc_macro::Group::new(delim, tt.stream.inner.unwrap_nightly());
|                                 ^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:135:39
|
135 |                     Spacing::Joint => proc_macro::Spacing::Joint,
|                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:136:39
|
136 |                     Spacing::Alone => proc_macro::Spacing::Alone,
|                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:138:30
|
138 |                 let mut op = proc_macro::Punct::new(tt.as_char(), spacing);
|                              ^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:120:17
|
120 |         let tt: proc_macro::TokenTree = match token {
|                 ^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:250:13
|
250 |             proc_macro::TokenTree::Group(tt) => {
|             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:252:21
|
252 |                     proc_macro::Delimiter::Parenthesis => Delimiter::Parenthesis,
|                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:253:21
|
253 |                     proc_macro::Delimiter::Bracket => Delimiter::Bracket,
|                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:254:21
|
254 |                     proc_macro::Delimiter::Brace => Delimiter::Brace,
|                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:255:21
|
255 |                     proc_macro::Delimiter::None => Delimiter::None,
|                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:262:13
|
262 |             proc_macro::TokenTree::Punct(tt) => {
|             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:264:21
|
264 |                     proc_macro::Spacing::Joint => Spacing::Joint,
|                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:265:21
|
265 |                     proc_macro::Spacing::Alone => Spacing::Alone,
|                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:271:13
|
271 |             proc_macro::TokenTree::Ident(s) => ::Ident::_new(Ident::Nightly(s)).into(),
|             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:272:13
|
272 |             proc_macro::TokenTree::Literal(l) => ::Literal::_new(Literal::Nightly(l)).into(),
|             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:301:20
|
301 |     fn nightly(sf: proc_macro::SourceFile) -> Self {
|                    ^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:351:27
|
351 |             Span::Nightly(proc_macro::Span::call_site())
|                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:359:27
|
359 |             Span::Nightly(proc_macro::Span::def_site())
|                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:381:30
|
381 |     pub fn unstable(self) -> proc_macro::Span {
|                              ^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:442:32
|
442 |     fn unwrap_nightly(self) -> proc_macro::Span {
|                                ^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:451:24
|
451 |     fn from(proc_span: proc_macro::Span) -> ::Span {
|                        ^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:480:48
|
480 |             Span::Nightly(s) => Ident::Nightly(proc_macro::Ident::new(string, s)),
|                                                ^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:487:48
|
487 |             Span::Nightly(s) => Ident::Nightly(proc_macro::Ident::new_raw(string, s)),
|                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:507:32
|
507 |     fn unwrap_nightly(self) -> proc_macro::Ident {
|                                ^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:595:30
|
595 |             Literal::Nightly(proc_macro::Literal::f32_unsuffixed(f))
|                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:603:30
|
603 |             Literal::Nightly(proc_macro::Literal::f64_unsuffixed(f))
|                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:611:30
|
611 |             Literal::Nightly(proc_macro::Literal::string(t))
|                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:619:30
|
619 |             Literal::Nightly(proc_macro::Literal::character(t))
|                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:627:30
|
627 |             Literal::Nightly(proc_macro::Literal::byte_string(bytes))
|                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:648:32
|
648 |     fn unwrap_nightly(self) -> proc_macro::Literal {
|                                ^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/lib.rs:332:30
|
332 |     pub fn unstable(self) -> proc_macro::Span {
|                              ^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:543:34
|
543 |                   Literal::Nightly(proc_macro::Literal::$name(n))
|                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
...
564 | /     suffixed_numbers! {
565 | |         u8_suffixed => u8,
566 | |         u16_suffixed => u16,
567 | |         u32_suffixed => u32,
...   |
577 | |         f64_suffixed => f64,
578 | |     }
| |_____- in this macro invocation
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:555:34
|
555 |                   Literal::Nightly(proc_macro::Literal::$name(n))
|                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
...
580 | /     unsuffixed_integers! {
581 | |         u8_unsuffixed => u8,
582 | |         u16_unsuffixed => u16,
583 | |         u32_unsuffixed => u32,
...   |
590 | |         isize_unsuffixed => isize,
591 | |     }
| |_____- in this macro invocation
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:45:34
|
45 |             TokenStream::Nightly(proc_macro::TokenStream::new())
|                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:53:46
|
53 |             TokenStream::Nightly(tts) => tts.is_empty(),
|                                              ^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:130:23
|
130 |                 group.set_span(span.inner.unwrap_nightly());
|                       ^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:139:20
|
139 |                 op.set_span(tt.span().inner.unwrap_nightly());
|                    ^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0599]: no method named `extend` found for type `&mut proc_macro::TokenStream` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:170:21
|
170 |                 tts.extend(
|                     ^^^^^^

error[E0599]: no method named `extend` found for type `&mut proc_macro::TokenStream` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:185:21
|
185 |                 tts.extend(streams.into_iter().map(|stream| stream.unwrap_nightly()))
|                     ^^^^^^

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:251:38
|
251 |                 let delim = match tt.delimiter() {
|                                      ^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:257:74
|
257 |                 let stream = ::TokenStream::_new(TokenStream::Nightly(tt.stream()));
|                                                                          ^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:259:58
|
259 |                 g.set_span(::Span::_new(Span::Nightly(tt.span())));
|                                                          ^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:263:40
|
263 |                 let spacing = match tt.spacing() {
|                                        ^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:267:43
|
267 |                 let mut o = Punct::new(tt.as_char(), spacing);
|                                           ^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:268:58
|
268 |                 o.set_span(::Span::_new(Span::Nightly(tt.span())));
|                                                          ^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:302:45
|
302 |         let filename = stable::file_name(sf.path().display().to_string());
|                                             ^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0599]: no method named `display` found for type `&syntax_pos::FileName` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:302:52
|
302 |         let filename = stable::file_name(sf.path().display().to_string());
|                                                    ^^^^^^^

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:316:44
|
316 |             SourceFile::Nightly(a, _) => a.is_real(),
|                                            ^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:367:69
|
367 |             (Span::Nightly(a), Span::Nightly(b)) => Span::Nightly(a.resolved_at(b)),
|                                                                     ^^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:375:69
|
375 |             (Span::Nightly(a), Span::Nightly(b)) => Span::Nightly(a.located_at(b)),
|                                                                     ^^^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:436:55
|
436 |             (Span::Nightly(a), Span::Nightly(b)) => a.eq(b),
|                                                       ^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:494:50
|
494 |             Ident::Nightly(t) => Span::Nightly(t.span()),
|                                                  ^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:501:56
|
501 |             (Ident::Nightly(t), Span::Nightly(s)) => t.set_span(s),
|                                                        ^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:635:56
|
635 |             Literal::Nightly(lit) => Span::Nightly(lit.span()),
|                                                        ^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'proc_macro' (see issue #38356)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/unstable.rs:642:62
|
642 |             (Literal::Nightly(lit), Span::Nightly(s)) => lit.set_span(s),
|                                                              ^^^^^^^^
|
= help: add #![feature(proc_macro)] to the crate attributes to enable

error: aborting due to 66 previous errors

Some errors occurred: E0599, E0658.
For more information about an error, try `rustc --explain E0599`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `proc-macro2`.,
cause: process didn't exit successfully: `rustc --crate-name proc_macro2 .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.13/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="nightly" --cfg feature="proc-macro" --cfg feature="default" -C metadata=54dca1a9a4369911 -C extra-filename=-54dca1a9a4369911 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-3eff40339770c4d8.rlib --extern-version unicode_xid=unicode-xid,0.1.0 --cap-lints allow --cfg use_proc_macro` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.