Add sysroot-abi feature, copy 1.64 ABI fo rnow

This commit is contained in:
Amos Wenger 2022-07-20 18:27:58 +02:00
parent fa883cb647
commit 315b0a7254
6 changed files with 904 additions and 0 deletions

View file

@ -11,6 +11,10 @@
//! rustc rather than `unstable`. (Although in general ABI compatibility is still an issue)…
#![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)]
#![cfg_attr(
feature = "sysroot-abi",
feature(proc_macro_internals, proc_macro_diagnostic, proc_macro_span)
)]
#![allow(unreachable_pub)]
mod dylib;