mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Add drop-order folder in test/ui/async-await
This commit is contained in:
parent
df26dd8fd1
commit
06b85709d4
@ -1,12 +0,0 @@
|
||||
// force-host
|
||||
// no-prefer-dynamic
|
||||
#![crate_type = "proc-macro"]
|
||||
|
||||
extern crate proc_macro;
|
||||
use proc_macro::TokenStream;
|
||||
|
||||
#[proc_macro_attribute]
|
||||
pub fn attr(_args: TokenStream, input: TokenStream) -> TokenStream {
|
||||
println!("{}", input);
|
||||
TokenStream::new()
|
||||
}
|
Loading…
Reference in New Issue
Block a user