rustc-ap-rustc_cratesio_shim 415.0.0

Automatically published version of the package `rustc_cratesio_shim` in the rust-lang/rust repository from commit 33b3b136c50700b1f2df9b00259ae98c79f72abb The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
Documentation
#![deny(rust_2018_idioms)]

// See Cargo.toml for a comment explaining this crate.
#![allow(unused_extern_crates)]

#![feature(nll)]

extern crate bitflags;
extern crate log;
extern crate proc_macro;
extern crate unicode_width;