summary refs log tree commit diff
path: root/src/librustc_plugin/deprecated/lib.rs
blob: 1d0afe84c25a89913ea844f143836a2e063a4903 (plain)
1
2
3
4
5
6
7
8
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
#![feature(staged_api)]
#![unstable(feature = "rustc_private", issue = "27812")]
#![rustc_deprecated(since = "1.38.0", reason = "\
    import this through `rustc_driver::plugin` instead to make TLS work correctly. \
    See https://github.com/rust-lang/rust/issues/62717")]

pub use rustc_plugin_impl::*;