Home
last modified time | relevance | path

Searched defs:replace_range (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/test_data/parser/fuzz-failures/
D0000.rs96 pub /*(meh)*/ fn replace_range(mut text: String, range: TextRange, replace_with: &str) -> String { in replace_range() function
148 pub /*(meh)*/ fn replace_range(mut text: String, range: TextRange, replace_with: &str) -> String { function
/third_party/rust/rust/library/alloc/src/
Dstring.rs1799 pub fn replace_range<R>(&mut self, range: R, replace_with: &str) in replace_range() method