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