mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
jsondocck: better error for when @set matches multiple items
This commit is contained in:
parent
4a57399ab0
commit
ccef93fb89
@ -277,7 +277,7 @@ fn check_command(command: Command, cache: &mut Cache) -> Result<(), CkError> {
|
||||
assert_eq!(
|
||||
results.len(),
|
||||
1,
|
||||
"Didn't get 1 result for `{}`: got {:?}",
|
||||
"Expected 1 match for `{}` (because of @set): matched to {:?}",
|
||||
command.args[3],
|
||||
results
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user