Home
last modified time | relevance | path

Searched refs:export_call_site (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/proc-macro-hack/src/
Dlib.rs286 let mut export_call_site = TokenStream::new(); in expand_export() localVariable
303 if !export_call_site.is_empty() { in expand_export()
304 export_call_site.extend(quote!(,)); in expand_export()
306 export_call_site.extend(quote!(fake_call_site as #call_site)); in expand_export()
356 export_call_site = quote!({#export_call_site}); in expand_export()
369 let export_call_site = if args.fake_call_site { in expand_export() localVariable
372 #vis use proc_macro_hack::#export_call_site; in expand_export()
383 #export_call_site in expand_export()