Searched defs:unsafe_token (Results 1 – 2 of 2) sorted by relevance
1150 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_rust_box() localVariable1198 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_rust_vec() localVariable1281 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_unique_ptr() localVariable1375 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_shared_ptr() localVariable1435 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_weak_ptr() localVariable1512 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_cxx_vector() localVariable
2670 let unsafe_token: Token![unsafe] = input.parse()?; in parse() localVariable