@@ -19,17 +19,17 @@ impl Deref for Bar {
19
19
}
20
20
21
21
// @has issue_35169/struct.Bar.html
22
- // @has - '//*[@id="by_ref.v"] ' 'fn by_ref(&self)'
22
+ // @has - '//*[@id="method.by_ref"]//code ' 'fn by_ref(&self)'
23
23
// @has - '//*[@id="method.by_ref"]' 'fn by_ref(&self)'
24
- // @has - '//*[@id="by_explicit_ref.v"] ' 'fn by_explicit_ref(self: &Foo)'
24
+ // @has - '//*[@id="method.by_explicit_ref"]//code ' 'fn by_explicit_ref(self: &Foo)'
25
25
// @has - '//*[@id="method.by_explicit_ref"]' 'fn by_explicit_ref(self: &Foo)'
26
- // @!has - '//*[@id="by_mut_ref.v"] ' 'fn by_mut_ref(&mut self)'
26
+ // @!has - '//*[@id="method.by_mut_ref"]//code ' 'fn by_mut_ref(&mut self)'
27
27
// @!has - '//*[@id="method.by_mut_ref"]' 'fn by_mut_ref(&mut self)'
28
- // @!has - '//*[@id="by_explicit_mut_ref.v"] ' 'fn by_explicit_mut_ref(self: &mut Foo)'
28
+ // @!has - '//*[@id="method.by_explicit_mut_ref"]//code ' 'fn by_explicit_mut_ref(self: &mut Foo)'
29
29
// @!has - '//*[@id="method.by_explicit_mut_ref"]' 'fn by_explicit_mut_ref(self: &mut Foo)'
30
- // @!has - '//*[@id="by_explicit_box.v"] ' 'fn by_explicit_box(self: Box<Foo>)'
30
+ // @!has - '//*[@id="method.by_explicit_box"]//code ' 'fn by_explicit_box(self: Box<Foo>)'
31
31
// @!has - '//*[@id="method.by_explicit_box"]' 'fn by_explicit_box(self: Box<Foo>)'
32
- // @!has - '//*[@id="by_explicit_self_box.v"] ' 'fn by_explicit_self_box(self: Box<Self>)'
32
+ // @!has - '//*[@id="method.by_explicit_self_box"]//code ' 'fn by_explicit_self_box(self: Box<Self>)'
33
33
// @!has - '//*[@id="method.by_explicit_self_box"]' 'fn by_explicit_self_box(self: Box<Self>)'
34
- // @!has - '//*[@id="static_foo.v"] ' 'fn static_foo()'
34
+ // @!has - '//*[@id="method.static_foo"]//code ' 'fn static_foo()'
35
35
// @!has - '//*[@id="method.static_foo"]' 'fn static_foo()'
0 commit comments