Searched refs:borrowable_lifetimes (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | attr.rs | 1099 if let Ok(borrowable) = borrowable_lifetimes(cx, &ident, field) { in from_ast() 1202 if let Ok(borrowable) = borrowable_lifetimes(cx, &ident, field) { in from_ast() 1216 if let Ok(borrowable) = borrowable_lifetimes(cx, &ident, field) { in from_ast() 1779 fn borrowable_lifetimes( in borrowable_lifetimes() functions
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | attr.rs | 1099 if let Ok(borrowable) = borrowable_lifetimes(cx, &ident, field) { in from_ast() 1202 if let Ok(borrowable) = borrowable_lifetimes(cx, &ident, field) { in from_ast() 1216 if let Ok(borrowable) = borrowable_lifetimes(cx, &ident, field) { in from_ast() 1779 fn borrowable_lifetimes( in borrowable_lifetimes() functions
|
Completed in 10 milliseconds