mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
add cancelation module & cancelation backtraces
This commit is contained in:
parent
62c40b0e91
commit
93996fecdc
5 changed files with 92 additions and 15 deletions
|
@ -427,7 +427,7 @@ impl<'a> PoolDispatcher<'a> {
|
|||
RawResponse::err(
|
||||
id,
|
||||
ErrorCode::ContentModified as i32,
|
||||
format!("content modified: {}", e),
|
||||
format!("content modified: {:?}", e),
|
||||
)
|
||||
} else {
|
||||
RawResponse::err(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue