File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010// @matches issue_32374/index.html '//*[@class="docblock-short"]/text()' 'Docs'
1111
1212// @has issue_32374/struct.T.html '//*[@class="stab deprecated"]' \
13- // 'Deprecated since 1.0.0: text'
13+ // '👎 Deprecated since 1.0.0: text'
1414// @has - '<code>test</code> <a href="http://issue_url/32374">#32374</a>'
1515// @matches issue_32374/struct.T.html '//*[@class="stab unstable"]' \
1616// '🔬 This is a nightly-only experimental API. \(test\s#32374\)$'
2020pub struct T ;
2121
2222// @has issue_32374/struct.U.html '//*[@class="stab deprecated"]' \
23- // 'Deprecated since 1.0.0: deprecated'
23+ // '👎 Deprecated since 1.0.0: deprecated'
2424// @has issue_32374/struct.U.html '//*[@class="stab unstable"]' \
2525// '🔬 This is a nightly-only experimental API. (test #32374)'
2626// @has issue_32374/struct.U.html '//details' \
You can’t perform that action at this time.
0 commit comments