Home
last modified time | relevance | path

Searched defs:typaram (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/tests/ui/impl-trait/
Dquestion_mark.rs20 pub fn typaram() -> Result<(), impl Debug> { in typaram() function
/third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/
Dhash.rs20 let typaram = sym::__H; in expand_deriving_hash() localVariable
Dencodable.rs106 let typaram = sym::__S; in expand_deriving_rustc_encodable() localVariable
Ddecodable.rs22 let typaram = sym::__D; in expand_deriving_rustc_decodable() localVariable
/third_party/rust/rust/compiler/rustc_expand/src/
Dbuild.rs104 pub fn typaram( in typaram() method