Skip to content

Commit b5d7a71

Browse files
committed
Auto merge of rust-lang#12070 - rust-lang:message, r=matklad
minor: clarify error message Clarify that the server is a whole is OK, and that it's only a single requests that's dead
2 parents c61bb6b + 83aa42a commit b5d7a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/dispatch.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ where
166166
match result {
167167
Ok(result) => result_to_response::<R>(id, result),
168168
Err(panic) => {
169-
let mut message = "server panicked".to_string();
169+
let mut message = "request handler panicked".to_string();
170170

171171
let panic_message = panic
172172
.downcast_ref::<String>()

0 commit comments

Comments
 (0)