File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
// @matches issue_32374/index.html '//*[@class="docblock-short"]/text()' 'Docs'
11
11
12
12
// @has issue_32374/struct.T.html '//*[@class="stab deprecated"]' \
13
- // 'Deprecated since 1.0.0: text'
13
+ // '👎 Deprecated since 1.0.0: text'
14
14
// @has - '<code>test</code> <a href="http://issue_url/32374">#32374</a>'
15
15
// @matches issue_32374/struct.T.html '//*[@class="stab unstable"]' \
16
16
// '🔬 This is a nightly-only experimental API. \(test\s#32374\)$'
20
20
pub struct T ;
21
21
22
22
// @has issue_32374/struct.U.html '//*[@class="stab deprecated"]' \
23
- // 'Deprecated since 1.0.0: deprecated'
23
+ // '👎 Deprecated since 1.0.0: deprecated'
24
24
// @has issue_32374/struct.U.html '//*[@class="stab unstable"]' \
25
25
// '🔬 This is a nightly-only experimental API. (test #32374)'
26
26
// @has issue_32374/struct.U.html '//details' \
You can’t perform that action at this time.
0 commit comments