File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ pub trait Qux {
75
75
/// Docs for QUX1 in trait.
76
76
const QUX1 : i8 ;
77
77
// @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.
80
80
const QUX_DEFAULT0 : u16 = 1 ;
81
81
// @has - '//*[@id="associatedconstant.QUX_DEFAULT1"]' 'const QUX_DEFAULT1: i16'
82
82
// @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT1 in trait."
@@ -99,7 +99,7 @@ impl Qux for Bar {
99
99
/// Docs for QUX1 in impl.
100
100
const QUX1 : i8 = 5 ;
101
101
// @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."
103
103
const QUX_DEFAULT0 : u16 = 6 ;
104
104
// @has - '//*[@id="associatedconstant.QUX_DEFAULT1"]' 'const QUX_DEFAULT1: i16'
105
105
// @has - '//*[@class="docblock"]' "Docs for QUX_DEFAULT1 in impl."
You can’t perform that action at this time.
0 commit comments