wren-rs 0.1.0

Embed the Wren programming language in your Rust program
Build #90246 2018-03-06T02:25:51.414446+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading wren-rs v0.1.0
Downloading wren-sys v0.1.9
Fresh libc v0.2.39
Compiling wren-sys v0.1.9
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/wren-sys-0.1.9/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=1503b736765211d9 -C extra-filename=-1503b736765211d9 --out-dir /home/cratesfyi/cratesfyi/debug/build/wren-sys-1503b736765211d9 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/wren-sys-1503b736765211d9/build-script-build`
Running `rustc --crate-name wren_sys .cargo/registry/src/github.com-1ecc6299db9ec823/wren-sys-0.1.9/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=75d29a55a887810c -C extra-filename=-75d29a55a887810c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f854cf2dcfbf787e.rlib --extern-version libc=libc,0.2.39 --cap-lints allow -L native=/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/wren-sys-0.1.9/src/wren -l static=wren`
Documenting wren-rs v0.1.0
Running `rustdoc --crate-name wren_rs .cargo/registry/src/github.com-1ecc6299db9ec823/wren-rs-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern wren_sys=/home/cratesfyi/cratesfyi/debug/deps/libwren_sys-75d29a55a887810c.rlib --extern-version wren_sys=wren-sys,0.1.9`
error: expected identifier, found `"wren-sys"`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/wren-rs-0.1.0/src/lib.rs:2:14
|
2 | extern crate "wren-sys" as raw;
|              ^^^^^^^^^^ expected identifier

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `wren-rs`.,
cause: process didn't exit successfully: `rustdoc --crate-name wren_rs .cargo/registry/src/github.com-1ecc6299db9ec823/wren-rs-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern wren_sys=/home/cratesfyi/cratesfyi/debug/deps/libwren_sys-75d29a55a887810c.rlib --extern-version wren_sys=wren-sys,0.1.9` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.