Skip to content

Commit eaf77ee

Browse files
committed
Update rustdoc tests due to fixes
1 parent cca6b72 commit eaf77ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/test/rustdoc/assoc-consts.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ impl Bar {
3030
/* !search-index
3131
{
3232
"assoc_consts": {
33-
"assoc_consts::BAR": [
34-
"Constant"
35-
],
3633
"assoc_consts::Bar": [
3734
"Struct"
3835
],
36+
"assoc_consts::Bar<Struct>::BAR": [
37+
"AssociatedConst"
38+
],
3939
"assoc_consts::Foo": [
4040
"Trait"
4141
],

src/test/rustdoc/hidden-line.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub fn foo() {}
3535
"hidden_line": {
3636
"hidden_line::foo": [
3737
"Function()",
38-
"The '# ' lines should be removed from the output, but the #[derive] should be\nretained."
38+
"The &#39;# &#39; lines should be removed from the output, but the #[derive] should be\nretained."
3939
]
4040
}
4141
}

0 commit comments

Comments
 (0)