Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Drestriction.rs124 let path = content.call(Path::parse_mod_style)?; in parse_pub()
H A Dmac.rs186 path: input.call(Path::parse_mod_style)?, in parse()
H A Dstmt.rs208 if let Ok(path) = ahead.call(Path::parse_mod_style) { in parse_stmt()
H A Dattr.rs719 Path::parse_mod_style(input) in parse_outermost_meta_path()
H A Dpath.rs581 pub fn parse_mod_style(input: ParseStream) -> Result<Self> { in parse_mod_style() method
H A Ditem.rs1241 let path = input.call(Path::parse_mod_style)?; in parse()