Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# 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 string_enum v0.1.1 Fresh unicode-xid v0.1.0 Fresh proc-macro2 v0.4.24 Fresh quote v0.6.10 Fresh syn v0.14.9 Fresh pmutil v0.2.0 Checking swc_macros_common v0.1.1 Running `rustc --crate-name swc_macros_common /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_macros_common-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=a5d73aa32ab62ef2 -C extra-filename=-a5d73aa32ab62ef2 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern pmutil=/home/cratesfyi/cratesfyi/debug/deps/libpmutil-c8be05a0dfdb67ab.rmeta --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-0443ba23df50da94.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-d5d603b754dc9c7c.rmeta --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-f60ffe0f318306b1.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.1/src/lib.rs:28:9 | 28 | 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.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=a5d73aa32ab62ef2 -C extra-filename=-a5d73aa32ab62ef2 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern pmutil=/home/cratesfyi/cratesfyi/debug/deps/libpmutil-c8be05a0dfdb67ab.rmeta --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-0443ba23df50da94.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-d5d603b754dc9c7c.rmeta --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-f60ffe0f318306b1.rmeta --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.