Home
last modified time | relevance | path

Searched refs:into_subtree (Results 1 – 18 of 18) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_55/
H A Dmod.rs56 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
67 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
79 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
H A Drustc_server.rs44 pub fn into_subtree(self) -> tt::Subtree { in into_subtree() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_58/
H A Dmod.rs56 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
67 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
79 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
H A Drustc_server.rs44 pub fn into_subtree(self) -> tt::Subtree { in into_subtree() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_56/
H A Dmod.rs56 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
67 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
79 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
H A Drustc_server.rs44 pub fn into_subtree(self) -> tt::Subtree { in into_subtree() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/abis/abi_1_55/
H A Dmod.rs56 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
67 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
79 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
H A Drustc_server.rs44 pub fn into_subtree(self) -> tt::Subtree { in into_subtree() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/abis/abi_1_58/
H A Dmod.rs56 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
67 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
79 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
H A Drustc_server.rs44 pub fn into_subtree(self) -> tt::Subtree { in into_subtree() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/abis/abi_1_56/
H A Dmod.rs56 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
67 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
79 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
H A Drustc_server.rs44 pub fn into_subtree(self) -> tt::Subtree { in into_subtree() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_47/
H A Dmod.rs58 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
69 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
81 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
H A Drustc_server.rs44 pub fn into_subtree(self) -> tt::Subtree { in into_subtree() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/abis/abi_1_47/
H A Dmod.rs58 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
69 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
81 return res.map(|it| it.into_subtree()).map_err(PanicMessage::from); in expand()
H A Drustc_server.rs44 pub fn into_subtree(self) -> tt::Subtree { in into_subtree() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/tests/
H A Dutils.rs36 let attr = attr.map(|attr| parse_string(attr).unwrap().into_subtree()); in assert_expand_impl()
38 let res = expander.expand(macro_name, &fixture.into_subtree(), attr.as_ref()).unwrap(); in assert_expand_impl()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/tests/
H A Dutils.rs36 let attr = attr.map(|attr| parse_string(attr).unwrap().into_subtree()); in assert_expand_impl()
38 let res = expander.expand(macro_name, &fixture.into_subtree(), attr.as_ref()).unwrap(); in assert_expand_impl()