Home
last modified time | relevance | path

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

/linux/rust/pin-init/internal/src/
H A Dinit.rs238 cfgs.retain(|attr| attr.path().is_ident("cfg"));
437 if a.path().is_ident("default_error") {
/linux/rust/syn/
H A Dpath.rs65 pub fn is_ident<I>(&self, ident: &I) -> bool in is_ident() method
H A Ditem.rs3455 Type::Path(ty) => ty.qself.is_none() && ty.path.is_ident("Self"), in to_tokens()
3459 (None, _, Type::Path(ty)) => ty.qself.is_none() && ty.path.is_ident("Self"), in to_tokens()