]> git.proxmox.com Git - rustc.git/blame - src/librustc_plugin/deprecated/lib.rs
New upstream version 1.40.0+dfsg1
[rustc.git] / src / librustc_plugin / deprecated / lib.rs
CommitLineData
e1599b0c
XL
1#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
2#![feature(staged_api)]
3#![unstable(feature = "rustc_private", issue = "27812")]
4#![rustc_deprecated(since = "1.38.0", reason = "\
5 import this through `rustc_driver::plugin` instead to make TLS work correctly. \
6 See https://github.com/rust-lang/rust/issues/62717")]
7
8pub use rustc_plugin_impl::*;