Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/mismatched_types/
Dissue-75361-mismatched-impl.rs12 fn adjacent_edges(&self) -> Box<dyn MyTrait<Item = &Self::EdgeType>>; in adjacent_edges() method
18 fn adjacent_edges(&self) -> Box<dyn MyTrait<Item = &Self::EdgeType> + '_> { //~ ERROR `impl` in adjacent_edges() method
/third_party/rust/rust/compiler/rustc_data_structures/src/graph/implementation/
Dmod.rs200 pub fn adjacent_edges( in adjacent_edges() method