Home
last modified time | relevance | path

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

/external/rust/crates/quote/src/
Dformat.rs131 $crate::__private::mk_ident(&format!($($fmt)*), $span)
Druntime.rs332 pub fn mk_ident(id: &str, span: Option<Span>) -> Ident { in mk_ident() function