@@ -19,17 +19,17 @@ impl Deref for Bar {
1919}
2020
2121// @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)'
2323// @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)'
2525// @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)'
2727// @!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)'
2929// @!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>)'
3131// @!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>)'
3333// @!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()'
3535// @!has - '//*[@id="method.static_foo"]' 'fn static_foo()'
0 commit comments