Home
last modified time | relevance | path

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

/linux/rust/proc-macro2/
H A Dfallback.rs397 let trunc_lo = &self.source_text[lo_byte..]; in byte_range() localVariable
399 lo_byte..match trunc_lo.char_indices().nth(char_len) { in byte_range()