@@ -5,8 +5,8 @@ pub struct Foo0;
5
5
6
6
impl Foo0 {
7
7
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.1: fn_with_doc'
8
- // @has - 'fn_with_doc short'
9
- // @has - 'fn_with_doc full'
8
+ // @hasraw - 'fn_with_doc short'
9
+ // @hasraw - 'fn_with_doc full'
10
10
/// fn_with_doc short
11
11
///
12
12
/// fn_with_doc full
@@ -52,8 +52,8 @@ pub struct Foo1;
52
52
53
53
impl Bar for Foo1 {
54
54
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.3: fn_empty_with_doc'
55
- // @has - 'fn_empty_with_doc_impl short'
56
- // @has - 'fn_empty_with_doc_impl full'
55
+ // @hasraw - 'fn_empty_with_doc_impl short'
56
+ // @hasraw - 'fn_empty_with_doc_impl full'
57
57
/// fn_empty_with_doc_impl short
58
58
///
59
59
/// fn_empty_with_doc_impl full
@@ -63,8 +63,8 @@ impl Bar for Foo1 {
63
63
fn fn_empty_without_doc ( ) { }
64
64
65
65
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.5: fn_def_with_doc'
66
- // @has - 'fn_def_with_doc_impl short'
67
- // @has - 'fn_def_with_doc_impl full'
66
+ // @hasraw - 'fn_def_with_doc_impl short'
67
+ // @hasraw - 'fn_def_with_doc_impl full'
68
68
/// fn_def_with_doc_impl short
69
69
///
70
70
/// fn_def_with_doc_impl full
@@ -74,8 +74,8 @@ impl Bar for Foo1 {
74
74
fn fn_def_without_doc ( ) { }
75
75
76
76
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.7: fn_def_def_with_doc'
77
- // @has - 'fn_def_def_with_doc short'
78
- // @!has - 'fn_def_def_with_doc full'
77
+ // @hasraw - 'fn_def_def_with_doc short'
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
}
@@ -85,34 +85,34 @@ pub struct Foo2;
85
85
86
86
impl Bar for Foo2 {
87
87
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.3: fn_empty_with_doc'
88
- // @has - 'fn_empty_with_doc short'
89
- // @!has - 'fn_empty_with_doc full'
88
+ // @hasraw - 'fn_empty_with_doc short'
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'
93
- // @has - 'fn_empty_without_doc_impl short'
94
- // @has - 'fn_empty_without_doc_impl full'
93
+ // @hasraw - 'fn_empty_without_doc_impl short'
94
+ // @hasraw - 'fn_empty_without_doc_impl full'
95
95
/// fn_empty_without_doc_impl short
96
96
///
97
97
/// fn_empty_without_doc_impl full
98
98
fn fn_empty_without_doc ( ) { }
99
99
100
100
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.5: fn_def_with_doc'
101
- // @has - 'fn_def_with_doc short'
102
- // @!has - 'fn_def_with_doc full'
101
+ // @hasraw - 'fn_def_with_doc short'
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'
106
- // @has - 'fn_def_without_doc_impl short'
107
- // @has - 'fn_def_without_doc_impl full'
106
+ // @hasraw - 'fn_def_without_doc_impl short'
107
+ // @hasraw - 'fn_def_without_doc_impl full'
108
108
/// fn_def_without_doc_impl short
109
109
///
110
110
/// fn_def_without_doc_impl full
111
111
fn fn_def_without_doc ( ) { }
112
112
113
113
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.7: fn_def_def_with_doc'
114
- // @has - 'fn_def_def_with_doc short'
115
- // @!has - 'fn_def_def_with_doc full'
114
+ // @hasraw - 'fn_def_def_with_doc short'
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