@@ -75,7 +75,7 @@ impl Bar for Foo1 {
75
75
76
76
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.7: fn_def_def_with_doc'
77
77
// @hasraw - 'fn_def_def_with_doc short'
78
- // @!has - 'fn_def_def_with_doc full'
78
+ // @!hasraw - 'fn_def_def_with_doc full'
79
79
80
80
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.8: fn_def_def_without_doc'
81
81
}
@@ -86,7 +86,7 @@ pub struct Foo2;
86
86
impl Bar for Foo2 {
87
87
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.3: fn_empty_with_doc'
88
88
// @hasraw - 'fn_empty_with_doc short'
89
- // @!has - 'fn_empty_with_doc full'
89
+ // @!hasraw - 'fn_empty_with_doc full'
90
90
fn fn_empty_with_doc ( ) { }
91
91
92
92
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.4: fn_empty_without_doc'
@@ -99,7 +99,7 @@ impl Bar for Foo2 {
99
99
100
100
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.5: fn_def_with_doc'
101
101
// @hasraw - 'fn_def_with_doc short'
102
- // @!has - 'fn_def_with_doc full'
102
+ // @!hasraw - 'fn_def_with_doc full'
103
103
fn fn_def_with_doc ( ) { }
104
104
105
105
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.6: fn_def_without_doc'
@@ -112,7 +112,7 @@ impl Bar for Foo2 {
112
112
113
113
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.7: fn_def_def_with_doc'
114
114
// @hasraw - 'fn_def_def_with_doc short'
115
- // @!has - 'fn_def_def_with_doc full'
115
+ // @!hasraw - 'fn_def_def_with_doc full'
116
116
117
117
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.8: fn_def_def_without_doc'
118
118
}
0 commit comments