@@ -75,7 +75,7 @@ impl Bar for Foo1 {
7575
7676 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.7: fn_def_def_with_doc'
7777 // @hasraw - 'fn_def_def_with_doc short'
78- // @!has - 'fn_def_def_with_doc full'
78+ // @!hasraw - 'fn_def_def_with_doc full'
7979
8080 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.8: fn_def_def_without_doc'
8181}
@@ -86,7 +86,7 @@ pub struct Foo2;
8686impl Bar for Foo2 {
8787 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.3: fn_empty_with_doc'
8888 // @hasraw - 'fn_empty_with_doc short'
89- // @!has - 'fn_empty_with_doc full'
89+ // @!hasraw - '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'
@@ -99,7 +99,7 @@ impl Bar for Foo2 {
9999
100100 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.5: fn_def_with_doc'
101101 // @hasraw - 'fn_def_with_doc short'
102- // @!has - 'fn_def_with_doc full'
102+ // @!hasraw - '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'
@@ -112,7 +112,7 @@ impl Bar for Foo2 {
112112
113113 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.7: fn_def_def_with_doc'
114114 // @hasraw - 'fn_def_def_with_doc short'
115- // @!has - 'fn_def_def_with_doc full'
115+ // @!hasraw - 'fn_def_def_with_doc full'
116116
117117 // @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.8: fn_def_def_without_doc'
118118}
0 commit comments