Searched refs:mixed_site (Results 1 – 5 of 5) sorted by relevance
144 // `mixed_site` ensures that the data is not accessible to the user-controlled code.145 let data = Ident::new("__data", Span::mixed_site());270 // `mixed_site` ensures that the guard is not accessible to the user-controlled code.271 let guard = format_ident!("__{ident}_guard", span = Span::mixed_site());
386 pub(crate) fn mixed_site() -> Self { in mixed_site() method388 Span::Compiler(proc_macro::Span::mixed_site()) in mixed_site()390 Span::Fallback(fallback::Span::mixed_site()) in mixed_site()
383 pub fn mixed_site() -> Self { in mixed_site() method384 Span::_new(imp::Span::mixed_site()) in mixed_site()
517 pub(crate) fn mixed_site() -> Self { in mixed_site() method