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 @@ -26,23 +26,23 @@ macro_rules! make {
26
26
27
27
// @has issue_33302/struct.S.html \
28
28
// '//*[@class="impl"]' 'impl T<[i32; 16]> for S'
29
- // @has - '//*[@id="associatedconstant.C"]' 'const C: [i32; 16]'
29
+ // @has - '//*[@id="associatedconstant.C-1 "]' 'const C: [i32; 16]'
30
30
// @has - '//*[@id="associatedconstant.D"]' 'const D: i32'
31
31
impl T <[ i32 ; ( $n * $n) ] > for S {
32
32
const C : [ i32 ; ( $n * $n) ] = [ 0 ; ( $n * $n) ] ;
33
33
}
34
34
35
35
// @has issue_33302/struct.S.html \
36
36
// '//*[@class="impl"]' 'impl T<[i32; 16]> for S'
37
- // @has - '//*[@id="associatedconstant.C-1 "]' 'const C: (i32,)'
37
+ // @has - '//*[@id="associatedconstant.C-2 "]' 'const C: (i32,)'
38
38
// @has - '//*[@id="associatedconstant.D-1"]' 'const D: i32'
39
39
impl T <( i32 , ) > for S {
40
40
const C : ( i32 , ) = ( $n, ) ;
41
41
}
42
42
43
43
// @has issue_33302/struct.S.html \
44
44
// '//*[@class="impl"]' 'impl T<(i32, i32)> for S'
45
- // @has - '//*[@id="associatedconstant.C-2 "]' 'const C: (i32, i32)'
45
+ // @has - '//*[@id="associatedconstant.C"]' 'const C: (i32, i32)'
46
46
// @has - '//*[@id="associatedconstant.D-2"]' 'const D: i32'
47
47
impl T <( i32 , i32 ) > for S {
48
48
const C : ( i32 , i32 ) = ( $n, $n) ;
You can’t perform that action at this time.
0 commit comments