Home
last modified time | relevance | path

Searched defs:trait_func (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/tests/run-coverage/
Dinner_items.rs31 fn trait_func(&mut self, incr: u32); in main() method
40 fn trait_func(&mut self, incr: u32) { in main() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/
Dexpr.rs1191 let trait_func = lang_items_for_bin_op(op).and_then(|(name, lang_item)| { in infer_overloadable_binop() localVariable