We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366705a commit 19d5c33Copy full SHA for 19d5c33
crates/proc-macro-srv/src/abis/abi_sysroot/ra_server.rs
@@ -298,7 +298,7 @@ impl server::Span for RustAnalyzer {
298
// FIXME handle span
299
span
300
}
301
- fn position(&mut self, _span: Self::Span) -> Range<u32> {
+ fn byte_range(&mut self, _span: Self::Span) -> Range<usize> {
302
303
Range { start: 0, end: 0 }
304
0 commit comments