swc_ecma_parser 0.2.0

Feature-complete es2019 parser.
Build #127665 2018-11-18T04:13:21.946420+00:00
# rustc version
rustc 1.32.0-nightly (6b9b97bd9 2018-11-15)# docs.rs version
cratesfyi 0.6.0 (084f762 2018-11-13)# build log
Updating crates.io index
Downloading crates ...
Downloaded swc_ecma_parser v0.2.0
Fresh semver-parser v0.7.0
Fresh cfg-if v0.1.6
Fresh nodrop v0.1.13
Fresh void v1.0.2
Fresh scopeguard v0.3.3
Fresh lazy_static v1.2.0
Fresh memoffset v0.2.1
Fresh stable_deref_trait v1.1.1
Fresh rand_core v0.3.0
Fresh libc v0.2.43
Fresh byteorder v1.2.7
Fresh unicode-width v0.1.5
Fresh bitflags v1.0.4
Fresh either v1.5.0
Fresh rustc-ap-graphviz v297.0.0
Fresh ident_case v1.0.0
Fresh fnv v1.0.6
Fresh scoped-tls v0.1.2
Fresh termcolor v1.0.4
Fresh siphasher v0.2.3
Fresh precomputed-hash v0.1.1
Fresh string_cache_shared v0.3.0
Fresh unicode-xid v0.1.0
Fresh semver v0.9.0
Fresh crossbeam-utils v0.2.2
Fresh log v0.4.6
Fresh arrayvec v0.4.7
Fresh unreachable v1.0.0
Fresh rand v0.4.3
Fresh num_cpus v1.8.0
Fresh atty v0.2.11
Fresh owning_ref v0.3.3
Fresh rand_core v0.2.2
Fresh rustc-hash v1.0.1
Fresh phf_shared v0.7.23
Fresh rustc_version v0.2.3
Fresh ena v0.9.3
Fresh rustc-ap-rustc_cratesio_shim v297.0.0
Fresh crossbeam-epoch v0.3.1
Fresh smallvec v0.6.6
Fresh new_debug_unreachable v1.0.1
Fresh proc-macro2 v0.4.24
Fresh lock_api v0.1.4
Fresh rand v0.5.5
Fresh serde v1.0.80
Fresh slog v2.4.1
Fresh crossbeam-deque v0.2.0
Fresh rustc-ap-serialize v297.0.0
Fresh parking_lot_core v0.2.14
Fresh quote v0.6.10
Fresh phf_generator v0.7.23
Fresh rustc-rayon-core v0.1.1
Fresh syn v0.14.9
Fresh string_cache_codegen v0.4.2
Fresh parking_lot_core v0.3.1
Fresh rustc-rayon v0.1.1
Fresh darling_core v0.7.0
Fresh pmutil v0.2.0
Fresh parking_lot v0.6.4
Fresh darling_macro v0.7.0
Compiling swc_macros_common v0.1.0
Compiling swc_atoms v0.1.0
Running `rustc --crate-name swc_macros_common /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_macros_common-0.1.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=09ee531cab9179df -C extra-filename=-09ee531cab9179df --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern pmutil=/home/cratesfyi/cratesfyi/debug/deps/libpmutil-c0f9056bd479f521.rlib --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-b4aa936b52a25191.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-fff0f39796dc4f33.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-ecd64905d6a4b474.rlib --cap-lints allow`
Fresh rustc-ap-rustc_data_structures v297.0.0
Fresh darling v0.7.0
Running `/home/cratesfyi/cratesfyi/debug/build/swc_atoms-fb48f4f20f425d3d/build-script-build`
Fresh string_cache v0.7.3
Fresh rustc-ap-arena v297.0.0
Fresh rustc-ap-rustc_target v297.0.0
Fresh rustc-ap-syntax_pos v297.0.0
Fresh rustc-ap-rustc_errors v297.0.0
Fresh rustc-ap-syntax v297.0.0
Running `rustc --crate-name swc_atoms /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_atoms-0.1.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=3abf54cdd88fb28a -C extra-filename=-3abf54cdd88fb28a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern string_cache=/home/cratesfyi/cratesfyi/debug/deps/libstring_cache-b68e0d1152f4dabd.rmeta --cap-lints allow`
error[E0599]: no function or associated item named `def_site` found for type `proc_macro2::Span` in the current scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_macros_common-0.1.0/src/lib.rs:27:5
|
27 |     Span::def_site().located_at(Span::call_site()).as_token()
|     ^^^^^^^^^^^^^^ function or associated item not found in `proc_macro2::Span`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0599`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --crate-name swc_macros_common /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_macros_common-0.1.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=09ee531cab9179df -C extra-filename=-09ee531cab9179df --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern pmutil=/home/cratesfyi/cratesfyi/debug/deps/libpmutil-c0f9056bd479f521.rlib --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-b4aa936b52a25191.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-fff0f39796dc4f33.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-ecd64905d6a4b474.rlib --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not compile `swc_macros_common`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.