Home
last modified time | relevance | path

Searched refs:Colon2 (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/paste/src/
Dlib.rs292 Colon2, in is_single_interpolation_group() enumerator
310 State::Colon2 in is_single_interpolation_group()
312 (State::Colon2, TokenTree::Ident(_)) => State::Ident, in is_single_interpolation_group()
/external/rust/crates/syn/src/
Dtoken.rs718 "::" pub struct Colon2/2 /// `::`
837 [::] => { $crate::token::Colon2 };
/external/rust/crates/syn/tests/debug/
Dgen.rs36 struct Print(syn::token::Colon2); in fmt()
2929 struct Print(syn::token::Colon2); in fmt()
3368 struct Print(syn::token::Colon2); in fmt()
4184 struct Print(syn::token::Colon2); in fmt()
4209 struct Print(syn::token::Colon2); in fmt()