osaka 0.1.1

async for rust without the noise
Build #1292462018-11-29T13:01:34.000087+00:00
# 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
Fresh unicode-xid v0.1.0
Fresh cfg-if v0.1.6
Fresh slab v0.4.1
Fresh lazycell v1.2.0
Fresh log v0.4.6
Fresh proc-macro2 v0.4.24
Fresh libc v0.2.44
Fresh quote v0.6.10
Fresh iovec v0.1.2
Fresh net2 v0.2.33
Fresh syn v0.15.22
Fresh mio v0.6.16
Compiling osaka-macros v0.1.1
Running `rustc --edition=2018 --crate-name osaka_macros /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/osaka-macros-0.1.1/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=b62bb4fc64cddceb -C extra-filename=-b62bb4fc64cddceb --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-4edbf59c156c4563.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-04203f74f5399469.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-863da542187e35c8.rlib --cap-lints allow`
error[E0658]: use of extern prelude names introduced with `extern crate` items is unstable (see issue #55599)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/osaka-macros-0.1.1/src/lib.rs:8:5
|
8 | use proc_macro::TokenStream;
|     ^^^^^^^^^^
|
= help: add #![feature(extern_crate_item_prelude)] to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --edition=2018 --crate-name osaka_macros /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/osaka-macros-0.1.1/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=b62bb4fc64cddceb -C extra-filename=-b62bb4fc64cddceb --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-4edbf59c156c4563.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-04203f74f5399469.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-863da542187e35c8.rlib --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not compile `osaka-macros`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.