@@ -233,37 +233,37 @@ enum Error {
233
233
source : orchestrator:: coordinator:: Error ,
234
234
} ,
235
235
236
- #[ snafu( display( "Unable to convert the evaluate request" ) ) ]
236
+ #[ snafu( display( "Unable to process the evaluate request" ) ) ]
237
237
Evaluate {
238
238
source : orchestrator:: coordinator:: ExecuteError ,
239
239
} ,
240
240
241
- #[ snafu( display( "Unable to convert the compile request" ) ) ]
241
+ #[ snafu( display( "Unable to process the compile request" ) ) ]
242
242
Compile {
243
243
source : orchestrator:: coordinator:: CompileError ,
244
244
} ,
245
245
246
- #[ snafu( display( "Unable to convert the execute request" ) ) ]
246
+ #[ snafu( display( "Unable to process the execute request" ) ) ]
247
247
Execute {
248
248
source : orchestrator:: coordinator:: ExecuteError ,
249
249
} ,
250
250
251
- #[ snafu( display( "Unable to convert the format request" ) ) ]
251
+ #[ snafu( display( "Unable to process the format request" ) ) ]
252
252
Format {
253
253
source : orchestrator:: coordinator:: FormatError ,
254
254
} ,
255
255
256
- #[ snafu( display( "Unable to convert the Clippy request" ) ) ]
256
+ #[ snafu( display( "Unable to process the Clippy request" ) ) ]
257
257
Clippy {
258
258
source : orchestrator:: coordinator:: ClippyError ,
259
259
} ,
260
260
261
- #[ snafu( display( "Unable to convert the Miri request" ) ) ]
261
+ #[ snafu( display( "Unable to process the Miri request" ) ) ]
262
262
Miri {
263
263
source : orchestrator:: coordinator:: MiriError ,
264
264
} ,
265
265
266
- #[ snafu( display( "Unable to convert the macro expansion request" ) ) ]
266
+ #[ snafu( display( "Unable to process the macro expansion request" ) ) ]
267
267
MacroExpansion {
268
268
source : orchestrator:: coordinator:: MacroExpansionError ,
269
269
} ,
0 commit comments