You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.note = `doc` attribute `{$path}` no longer functions; see issue #44136 <https://github.com/rust-lang/rust/issues/44136>
251
+
.label = no longer functions
252
+
.help = you may want to use `doc(document_private_items)`
253
+
.no_op_note = `doc({$path})` is now a no-op
254
+
255
+
passes_doc_test_unknown_plugins =
256
+
unknown `doc` attribute `{$path}`
257
+
.note = `doc` attribute `{$path}` no longer functions; see issue #44136 <https://github.com/rust-lang/rust/issues/44136> and CVE-2018-1000622 <https://nvd.nist.gov/vuln/detail/CVE-2018-1000622>
258
+
.label = no longer functions
259
+
.no_op_note = `doc({$path})` is now a no-op
260
+
248
261
passes_doc_test_unknown_spotlight =
249
262
unknown `doc` attribute `{$path}`
250
263
.note = `doc(spotlight)` was renamed to `doc(notable_trait)`
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no longer functions
20
22
|
21
-
= note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
22
-
= help: `#![doc(passes = "...")]` no longer functions; you may want to use `#![doc(document_private_items)]`
23
+
= note: `doc` attribute `passes` no longer functions; see issue #44136 <https://github.com/rust-lang/rust/issues/44136>
24
+
= help: you may want to use `doc(document_private_items)`
25
+
= note: `doc(passes)` is now a no-op
23
26
24
-
warning: the `#![doc(plugins = "...")]` attribute is deprecated
25
-
--> $DIR/deprecated-attrs.rs:13:8
27
+
error: unknown `doc` attribute `plugins`
28
+
--> $DIR/deprecated-attrs.rs:17:8
26
29
|
27
30
LL | #![doc(plugins = "xxx")]
28
-
| ^^^^^^^^^^^^^^^
31
+
| ^^^^^^^^^^^^^^^ no longer functions
29
32
|
30
-
= note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
31
-
= warning: `#![doc(plugins = "...")]` no longer functions; see CVE-2018-1000622 <https://nvd.nist.gov/vuln/detail/CVE-2018-1000622>
33
+
= note: `doc` attribute `plugins` no longer functions; see issue #44136 <https://github.com/rust-lang/rust/issues/44136> and CVE-2018-1000622 <https://nvd.nist.gov/vuln/detail/CVE-2018-1000622>
0 commit comments