Lines Matching defs:call_site
412 pub fn call_site() -> Self {
413 Span::_new(imp::Span::call_site())
686 /// `Span::call_site()`. To change the span you can use the `set_span`
802 /// The returned `Punct` will have the default span of `Span::call_site()`
808 span: Span::call_site(),
881 /// let call_ident = Ident::new("calligraphy", Span::call_site());
894 /// let ident = Ident::new("demo", Span::call_site());
900 /// let temp_ident = Ident::new(&format!("new_{}", ident), Span::call_site());
911 /// # let ident = Ident::new("another_identifier", Span::call_site());
942 /// As of this time `Span::call_site()` explicitly opts-in to "call-site"
1062 /// Literals created through this method have the `Span::call_site()`
1083 /// Literals created through this method have the `Span::call_site()`