Home
last modified time | relevance | path

Searched defs:for_type (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/librustdoc/formats/
Dmod.rs64 let for_type = &self.inner_impl().for_; in is_on_local_type() localVariable
/third_party/rust/rust/library/core/tests/
Dalloc.rs45 fn for_type<T>() { in layout_array_edge_cases() function
/third_party/rust/rust/tests/ui/parser/
Drecover-missing-semi-before-item.rs50 fn for_type() { in for_type() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/
Dtypes.rs240 pub(super) fn for_type(p: &mut Parser<'_>, allow_bounds: bool) { in for_type() function