Searched defs:unsafe_token (Results 1 – 2 of 2) sorted by relevance
1260 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_rust_box() localVariable1318 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_rust_vec() localVariable1412 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_unique_ptr() localVariable1497 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_shared_ptr() localVariable1552 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_weak_ptr() localVariable1625 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_cxx_vector() localVariable
2730 let unsafe_token: Token![unsafe] = input.parse()?; in parse() localVariable