rustc-ap-rustc_cratesio_shim 340.0.0

Automatically published version of the package `rustc_cratesio_shim` in the rust-lang/rust repository from commit 729d3f07b4a6c558a7e86f1786a6905faddcfea8 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
Documentation
1
2
3
4
5
6
7
8
9
// 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;