Build #144776 2019-02-24 05:54:31
# rustc version
rustc 1.34.0-nightly (f66e4697a 2019-02-20)# docs.rs version
cratesfyi 0.6.0 (d993b18 2019-02-21)# build log
Updating crates.io index
Downloading crates ...
Downloaded owasm-std v0.20.1
Fresh unicode-xid v0.1.0
Fresh rustc-hex v2.0.1
Fresh static_assertions v0.2.5
Fresh fixed-hash v0.3.0
Fresh proc-macro2 v0.4.27
Fresh byteorder v1.3.1
Fresh crunchy v0.2.1
Fresh serde v1.0.88
Fresh quote v0.6.11
Fresh uint v0.6.1
Fresh syn v0.15.26
Fresh serde_derive v1.0.88
Documenting owasm-std v0.20.1
Running `rustdoc --edition=2018 --crate-name owasm_std /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/owasm-std-0.20.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190220-1.34.0-nightly-f66e4697a --static-root-path / --disable-per-crate-search --extern-html-root-url 'uint=https://docs.rs/uint/0.6.1' --extern-html-root-url 'fixed_hash=https://docs.rs/fixed-hash/0.3.0' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.88' --extern-html-root-url 'serde_derive=https://docs.rs/serde_derive/1.0.88' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern fixed_hash=/home/cratesfyi/cratesfyi/debug/deps/libfixed_hash-740a99ac0804d1e0.rmeta --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-1c20a1dd57d09ec2.rmeta --extern serde_derive=/home/cratesfyi/cratesfyi/debug/deps/libserde_derive-9cc371288b43bff0.so --extern uint=/home/cratesfyi/cratesfyi/debug/deps/libuint-0d2c69f0a6d44f43.rmeta`
warning: could not parse code block as Rust code
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/owasm-std-0.20.1/src/ext.rs:152:5
|
152 | /// Message-call into an account
| ________^
153 | | ///
154 | | /// # Arguments:
155 | | /// * `gas`- a gas limit for a call. A call execution will halt if call exceed this amount
156 | | /// * `address` - an address of contract to send a call
| |_
|
= note: error from rustc: unknown start of token: `
Finished dev [unoptimized + debuginfo] target(s) in 3.40s