@@ -23,7 +23,7 @@ pub trait Tr<T> {
2323 // @!has - '//section[@id="method.a"]/h4[@class="code-header"]' '~const'
2424 // @has - '//section[@id="method.a"]/h4[@class="code-header"]/a[@class="trait"]' 'Fn'
2525 // @!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'
2727 fn a < A : /* ~const */ Fn ( ) + ~const Destruct > ( )
2828 where
2929 Option < A > : /* ~const */ Fn ( ) + ~const Destruct ,
@@ -35,7 +35,7 @@ pub trait Tr<T> {
3535// @!has - '//section[@id="impl-Tr%3CT%3E-for-T"]/h3[@class="code-header"]' '~const'
3636// @has - '//section[@id="impl-Tr%3CT%3E-for-T"]/h3[@class="code-header"]/a[@class="trait"]' 'Fn'
3737// @!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'
3939impl < T : /* ~const */ Fn ( ) + ~const Destruct > const Tr < T > for T
4040where
4141 Option < T > : /* ~const */ Fn ( ) + ~const Destruct ,
4949
5050// @!has foo/fn.foo.html '//pre[@class="rust item-decl"]/code/a[@class="trait"]' '~const'
5151// @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'
5454pub const fn foo < F : /* ~const */ Fn ( ) + ~const Destruct > ( )
5555where
5656 Option < F > : /* ~const */ Fn ( ) + ~const Destruct ,
@@ -62,7 +62,7 @@ impl<T> S<T> {
6262 // @!has foo/struct.S.html '//section[@id="method.foo"]/h4[@class="code-header"]' '~const'
6363 // @has - '//section[@id="method.foo"]/h4[@class="code-header"]/a[@class="trait"]' 'Fn'
6464 // @!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'
6666 pub const fn foo < B , C : /* ~const */ Fn ( ) + ~const Destruct > ( )
6767 where
6868 B : /* ~const */ Fn ( ) + ~const Destruct ,
0 commit comments