@@ -5,8 +5,8 @@ pub struct Foo0;
55
66impl Foo0 {
77 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.1: fn_with_doc'
8- // @hastext - 'fn_with_doc short'
9- // @hastext - 'fn_with_doc full'
8+ // @hasraw - 'fn_with_doc short'
9+ // @hasraw - 'fn_with_doc full'
1010 /// fn_with_doc short
1111 ///
1212 /// fn_with_doc full
@@ -52,8 +52,8 @@ pub struct Foo1;
5252
5353impl Bar for Foo1 {
5454 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.3: fn_empty_with_doc'
55- // @hastext - 'fn_empty_with_doc_impl short'
56- // @hastext - 'fn_empty_with_doc_impl full'
55+ // @hasraw - 'fn_empty_with_doc_impl short'
56+ // @hasraw - 'fn_empty_with_doc_impl full'
5757 /// fn_empty_with_doc_impl short
5858 ///
5959 /// fn_empty_with_doc_impl full
@@ -63,8 +63,8 @@ impl Bar for Foo1 {
6363 fn fn_empty_without_doc ( ) { }
6464
6565 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.5: fn_def_with_doc'
66- // @hastext - 'fn_def_with_doc_impl short'
67- // @hastext - 'fn_def_with_doc_impl full'
66+ // @hasraw - 'fn_def_with_doc_impl short'
67+ // @hasraw - 'fn_def_with_doc_impl full'
6868 /// fn_def_with_doc_impl short
6969 ///
7070 /// fn_def_with_doc_impl full
@@ -74,7 +74,7 @@ impl Bar for Foo1 {
7474 fn fn_def_without_doc ( ) { }
7575
7676 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.7: fn_def_def_with_doc'
77- // @hastext - 'fn_def_def_with_doc short'
77+ // @hasraw - 'fn_def_def_with_doc short'
7878 // @!has - 'fn_def_def_with_doc full'
7979
8080 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.8: fn_def_def_without_doc'
@@ -85,33 +85,33 @@ pub struct Foo2;
8585
8686impl Bar for Foo2 {
8787 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.3: fn_empty_with_doc'
88- // @hastext - 'fn_empty_with_doc short'
88+ // @hasraw - 'fn_empty_with_doc short'
8989 // @!has - 'fn_empty_with_doc full'
9090 fn fn_empty_with_doc ( ) { }
9191
9292 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.4: fn_empty_without_doc'
93- // @hastext - 'fn_empty_without_doc_impl short'
94- // @hastext - 'fn_empty_without_doc_impl full'
93+ // @hasraw - 'fn_empty_without_doc_impl short'
94+ // @hasraw - 'fn_empty_without_doc_impl full'
9595 /// fn_empty_without_doc_impl short
9696 ///
9797 /// fn_empty_without_doc_impl full
9898 fn fn_empty_without_doc ( ) { }
9999
100100 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.5: fn_def_with_doc'
101- // @hastext - 'fn_def_with_doc short'
101+ // @hasraw - 'fn_def_with_doc short'
102102 // @!has - 'fn_def_with_doc full'
103103 fn fn_def_with_doc ( ) { }
104104
105105 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.6: fn_def_without_doc'
106- // @hastext - 'fn_def_without_doc_impl short'
107- // @hastext - 'fn_def_without_doc_impl full'
106+ // @hasraw - 'fn_def_without_doc_impl short'
107+ // @hasraw - 'fn_def_without_doc_impl full'
108108 /// fn_def_without_doc_impl short
109109 ///
110110 /// fn_def_without_doc_impl full
111111 fn fn_def_without_doc ( ) { }
112112
113113 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.7: fn_def_def_with_doc'
114- // @hastext - 'fn_def_def_with_doc short'
114+ // @hasraw - 'fn_def_def_with_doc short'
115115 // @!has - 'fn_def_def_with_doc full'
116116
117117 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.8: fn_def_def_without_doc'
0 commit comments