[go: up one dir, main page]

pmutil 0.1.0

Utils for proc-macro
Documentation
Build #81953 2018-01-10 11:12:54

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.22.0-dev (b1cfd1750 2017-09-21)# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading pmutil v0.1.0
Fresh unicode-xid v0.1.0
Compiling proc-macro2 v0.2.1
Running `rustc --crate-name proc_macro2 .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="nightly"' -C metadata=0b591efcd608bd25 -C extra-filename=-0b591efcd608bd25 --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`
error[E0599]: no function or associated item named `def_site` found for type `proc_macro::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.1/src/unstable.rs:230:14
|
230 |         Span(proc_macro::Span::def_site())
|              ^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0599]: no method named `resolved_at` found for type `proc_macro::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.1/src/unstable.rs:234:21
|
234 |         Span(self.0.resolved_at(other.0))
|                     ^^^^^^^^^^^

error[E0599]: no method named `located_at` found for type `proc_macro::Span` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.2.1/src/unstable.rs:238:21
|
238 |         Span(self.0.located_at(other.0))
|                     ^^^^^^^^^^

error: aborting due to 3 previous errors

thread 'main' panicked at '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.2.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="nightly" -C metadata=0b591efcd608bd25 -C extra-filename=-0b591efcd608bd25 --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` (exit code: 101)
}', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.