Build #46031 2017-04-06 21:38:56
# rustc version
rustc 1.17.0-nightly (134c4a0f0 2017-03-20)# docs.rs version
cratesfyi 0.3.2 (56e5d46 2017-03-20)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading rental v0.4.1
Compiling quote v0.3.15
Compiling procedural-masquerade v0.1.1
Compiling stable_deref_trait v1.0.0
Compiling unicode-xid v0.0.4
Running `rustc --crate-name quote .cargo/registry/src/github.com-1ecc6299db9ec823/quote-0.3.15/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=565e17019bbf404d -C extra-filename=-565e17019bbf404d --out-dir /home/cratesfyi/rental-0.4.1/debug/deps -L dependency=/home/cratesfyi/rental-0.4.1/debug/deps --cap-lints allow`
Running `rustc --crate-name procedural_masquerade .cargo/registry/src/github.com-1ecc6299db9ec823/procedural-masquerade-0.1.1/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=750bfb5c4da1a8fd -C extra-filename=-750bfb5c4da1a8fd --out-dir /home/cratesfyi/rental-0.4.1/debug/deps -L dependency=/home/cratesfyi/rental-0.4.1/debug/deps --cap-lints allow`
Running `rustc --crate-name stable_deref_trait .cargo/registry/src/github.com-1ecc6299db9ec823/stable_deref_trait-1.0.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' -C metadata=6ee9192ff75959b3 -C extra-filename=-6ee9192ff75959b3 --out-dir /home/cratesfyi/rental-0.4.1/debug/deps -L dependency=/home/cratesfyi/rental-0.4.1/debug/deps --cap-lints allow`
Running `rustc --crate-name unicode_xid .cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.0.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=0718538d6479f922 -C extra-filename=-0718538d6479f922 --out-dir /home/cratesfyi/rental-0.4.1/debug/deps -L dependency=/home/cratesfyi/rental-0.4.1/debug/deps --cap-lints allow`
Compiling synom v0.11.3
Running `rustc --crate-name synom .cargo/registry/src/github.com-1ecc6299db9ec823/synom-0.11.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=1fddc0802262e2b9 -C extra-filename=-1fddc0802262e2b9 --out-dir /home/cratesfyi/rental-0.4.1/debug/deps -L dependency=/home/cratesfyi/rental-0.4.1/debug/deps --extern unicode_xid=/home/cratesfyi/rental-0.4.1/debug/deps/libunicode_xid-0718538d6479f922.rlib --cap-lints allow`
Compiling syn v0.11.10
Running `rustc --crate-name syn .cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.11.10/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="parsing"' --cfg 'feature="fold"' --cfg 'feature="unicode-xid"' --cfg 'feature="full"' --cfg 'feature="printing"' --cfg 'feature="quote"' --cfg 'feature="synom"' -C metadata=b25c84ceeedeb580 -C extra-filename=-b25c84ceeedeb580 --out-dir /home/cratesfyi/rental-0.4.1/debug/deps -L dependency=/home/cratesfyi/rental-0.4.1/debug/deps --extern quote=/home/cratesfyi/rental-0.4.1/debug/deps/libquote-565e17019bbf404d.rlib --extern unicode_xid=/home/cratesfyi/rental-0.4.1/debug/deps/libunicode_xid-0718538d6479f922.rlib --extern synom=/home/cratesfyi/rental-0.4.1/debug/deps/libsynom-1fddc0802262e2b9.rlib --cap-lints allow`
Compiling rental-impl v0.4.1
Running `rustc --crate-name rental_impl .cargo/registry/src/github.com-1ecc6299db9ec823/rental-impl-0.4.1/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=982fca0b60dc7028 -C extra-filename=-982fca0b60dc7028 --out-dir /home/cratesfyi/rental-0.4.1/debug/deps -L dependency=/home/cratesfyi/rental-0.4.1/debug/deps --extern procedural_masquerade=/home/cratesfyi/rental-0.4.1/debug/deps/libprocedural_masquerade-750bfb5c4da1a8fd.rlib --extern quote=/home/cratesfyi/rental-0.4.1/debug/deps/libquote-565e17019bbf404d.rlib --extern syn=/home/cratesfyi/rental-0.4.1/debug/deps/libsyn-b25c84ceeedeb580.rlib --cap-lints allow`
Documenting rental v0.4.1
Running `rustdoc --crate-name rental .cargo/registry/src/github.com-1ecc6299db9ec823/rental-0.4.1/src/lib.rs -o /home/cratesfyi/rental-0.4.1/doc --cfg 'feature="stable_deref_trait"' --cfg 'feature="default"' --cfg 'feature="std"' -L dependency=/home/cratesfyi/rental-0.4.1/debug/deps --extern rental_impl=/home/cratesfyi/rental-0.4.1/debug/deps/librental_impl-982fca0b60dc7028.so --extern stable_deref_trait=/home/cratesfyi/rental-0.4.1/debug/deps/libstable_deref_trait-6ee9192ff75959b3.rlib`
error: unknown start of token: `
--> <stdin>:3:80
|
3 | In addition to the rental struct itself, two other structs are generated, with `_Borrow` and `_BorrowMut` appended to the original struct name (e.g. `MyRental_Borrow` and `MyRental_BorrowMut`). These structs contain the same fields as the original struct, but are borrows of the originals. These structs are passed into certain closures that you provide to allow you access to underlying struct data. The `Mut` version only allows access to the suffix, but as a mutable rather than shared borrow.
| ^
warning: Backing out of syntax highlighting
|
= note: You probably did not intend to render this as a rust code-block
error: unknown start of token: `
--> <stdin>:3:80
|
3 | In addition to the rental struct itself, two other structs are generated, with `_Borrow` and `_BorrowMut` appended to the original struct name (e.g. `MyRental_Borrow` and `MyRental_BorrowMut`). These structs contain the same fields as the original struct, but are borrows of the originals. These structs are passed into certain closures that you provide to allow you access to underlying struct data. The `Mut` version only allows access to the suffix, but as a mutable rather than shared borrow.
| ^
warning: Backing out of syntax highlighting
|
= note: You probably did not intend to render this as a rust code-block
Finished dev [unoptimized + debuginfo] target(s) in 22.45 secs