Skip to content

Commit 32da6cc

Browse files
committed
bless output
1 parent 9f84ccf commit 32da6cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/ui/rust-2018/issue-52202-use-suggestions.stderr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ LL | use crate::plumbing::Drain;
99
|
1010
LL | use std::collections::binary_heap::Drain;
1111
|
12-
LL | use std::collections::hash_map::Drain;
12+
LL | use std::collections::binary_heap::Drain;
1313
|
14-
LL | use std::collections::hash_set::Drain;
14+
LL | use std::collections::hash_map::Drain;
1515
|
16-
and 3 other candidates
16+
and 9 other candidates
1717

1818
error: aborting due to previous error
1919

0 commit comments

Comments
 (0)