@@ -23,7 +23,7 @@ pub trait Tr<T> {
23
23
// @!has - '//section[@id="method.a"]/h4[@class="code-header"]' '~const'
24
24
// @has - '//section[@id="method.a"]/h4[@class="code-header"]/a[@class="trait"]' 'Fn'
25
25
// @!has - '//section[@id="method.a"]/h4[@class="code-header"]/span[@class="where"]' '~const'
26
- // @has - '//section[@id="method.a"]/h4[@class="code-header"]/span [@class="where fmt-newline "]' ': Fn'
26
+ // @has - '//section[@id="method.a"]/h4[@class="code-header"]/div [@class="where"]' ': Fn'
27
27
fn a < A : /* ~const */ Fn ( ) + ~const Destruct > ( )
28
28
where
29
29
Option < A > : /* ~const */ Fn ( ) + ~const Destruct ,
@@ -35,7 +35,7 @@ pub trait Tr<T> {
35
35
// @!has - '//section[@id="impl-Tr%3CT%3E-for-T"]/h3[@class="code-header"]' '~const'
36
36
// @has - '//section[@id="impl-Tr%3CT%3E-for-T"]/h3[@class="code-header"]/a[@class="trait"]' 'Fn'
37
37
// @!has - '//section[@id="impl-Tr%3CT%3E-for-T"]/h3[@class="code-header"]/span[@class="where"]' '~const'
38
- // @has - '//section[@id="impl-Tr%3CT%3E-for-T"]/h3[@class="code-header"]/span [@class="where fmt-newline "]' ': Fn'
38
+ // @has - '//section[@id="impl-Tr%3CT%3E-for-T"]/h3[@class="code-header"]/div [@class="where"]' ': Fn'
39
39
impl < T : /* ~const */ Fn ( ) + ~const Destruct > const Tr < T > for T
40
40
where
41
41
Option < T > : /* ~const */ Fn ( ) + ~const Destruct ,
49
49
50
50
// @!has foo/fn.foo.html '//pre[@class="rust item-decl"]/code/a[@class="trait"]' '~const'
51
51
// @has - '//pre[@class="rust item-decl"]/code/a[@class="trait"]' 'Fn'
52
- // @!has - '//pre[@class="rust item-decl"]/code/span [@class="where fmt-newline "]' '~const'
53
- // @has - '//pre[@class="rust item-decl"]/code/span [@class="where fmt-newline "]' ': Fn'
52
+ // @!has - '//pre[@class="rust item-decl"]/code/div [@class="where"]' '~const'
53
+ // @has - '//pre[@class="rust item-decl"]/code/div [@class="where"]' ': Fn'
54
54
pub const fn foo < F : /* ~const */ Fn ( ) + ~const Destruct > ( )
55
55
where
56
56
Option < F > : /* ~const */ Fn ( ) + ~const Destruct ,
@@ -62,7 +62,7 @@ impl<T> S<T> {
62
62
// @!has foo/struct.S.html '//section[@id="method.foo"]/h4[@class="code-header"]' '~const'
63
63
// @has - '//section[@id="method.foo"]/h4[@class="code-header"]/a[@class="trait"]' 'Fn'
64
64
// @!has - '//section[@id="method.foo"]/h4[@class="code-header"]/span[@class="where"]' '~const'
65
- // @has - '//section[@id="method.foo"]/h4[@class="code-header"]/span [@class="where fmt-newline "]' ': Fn'
65
+ // @has - '//section[@id="method.foo"]/h4[@class="code-header"]/div [@class="where"]' ': Fn'
66
66
pub const fn foo < B , C : /* ~const */ Fn ( ) + ~const Destruct > ( )
67
67
where
68
68
B : /* ~const */ Fn ( ) + ~const Destruct ,
0 commit comments