Home
last modified time | relevance | path

Searched defs:bounds_to_string (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dmod.rs31 pub fn bounds_to_string(bounds: &[ast::GenericBound]) -> String { in bounds_to_string() function
Dstate.rs823 fn bounds_to_string(&self, bounds: &[ast::GenericBound]) -> String { in bounds_to_string() method
/third_party/rust/rust/compiler/rustc_hir_pretty/src/
Dlib.rs203 pub fn bounds_to_string<'b>(bounds: impl IntoIterator<Item = &'b hir::GenericBound<'b>>) -> String { in bounds_to_string() function