File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ pub trait Qux {
7575 /// Docs for QUX1 in trait.
7676 const QUX1 : i8 ;
7777 // @has - '//*[@id="associatedconstant.QUX_DEFAULT0"]' 'const QUX_DEFAULT0: u16'
78- // @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT0 in trait."
79- /// Docs for QUX_DEFAULT0 in trait.
78+ // @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT12 in trait."
79+ /// Docs for QUX_DEFAULT12 in trait.
8080 const QUX_DEFAULT0 : u16 = 1 ;
8181 // @has - '//*[@id="associatedconstant.QUX_DEFAULT1"]' 'const QUX_DEFAULT1: i16'
8282 // @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT1 in trait."
@@ -99,7 +99,7 @@ impl Qux for Bar {
9999 /// Docs for QUX1 in impl.
100100 const QUX1 : i8 = 5 ;
101101 // @has - '//*[@id="associatedconstant.QUX_DEFAULT0"]' 'const QUX_DEFAULT0: u16'
102- // @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT0 in trait."
102+ // @has - '//*[@class="docblock hidden "]' "Docs for QUX_DEFAULT12 in trait."
103103 const QUX_DEFAULT0 : u16 = 6 ;
104104 // @has - '//*[@id="associatedconstant.QUX_DEFAULT1"]' 'const QUX_DEFAULT1: i16'
105105 // @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT1 in impl."
You can’t perform that action at this time.
0 commit comments