lang/rust-nightly: Disable DOCS
It is currently broken:
error: unresolved link to crate::os::unix::ffi::OsStrExt
--> library/std/src/ffi/mod.rs:134:22 |
134 | //! [unix.OsStrExt]: crate::os::unix::ffi::OsStrExt
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = note: `-D broken-intra-doc-links` implied by `-D warnings` = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::unix::ffi::OsStrExt::from_bytes
--> library/std/src/ffi/mod.rs:135:21 |
135 | //! [from_bytes]: crate::os::unix::ffi::OsStrExt::from_bytes
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::unix::ffi::OsStrExt::as_bytes
--> library/std/src/ffi/mod.rs:136:19 |
136 | //! [as_bytes]: crate::os::unix::ffi::OsStrExt::as_bytes
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::unix::ffi::OsStringExt
--> library/std/src/ffi/mod.rs:131:25 |
131 | //! [unix.OsStringExt]: crate::os::unix::ffi::OsStringExt
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::unix::ffi::OsStringExt::from_vec
--> library/std/src/ffi/mod.rs:132:19 |
132 | //! [from_vec]: crate::os::unix::ffi::OsStringExt::from_vec
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::unix::ffi::OsStringExt::into_vec
--> library/std/src/ffi/mod.rs:133:19 |
133 | //! [into_vec]: crate::os::unix::ffi::OsStringExt::into_vec
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::windows::ffi::OsStrExt
--> library/std/src/ffi/mod.rs:138:25 |
138 | //! [windows.OsStrExt]: crate::os::windows::ffi::OsStrExt
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::windows::ffi::OsStrExt::encode_wide
--> library/std/src/ffi/mod.rs:139:22 |
139 | //! [encode_wide]: crate::os::windows::ffi::OsStrExt::encode_wide
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::windows::ffi::OsStringExt
--> library/std/src/ffi/mod.rs:141:28 |
141 | //! [windows.OsStringExt]: crate::os::windows::ffi::OsStringExt
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::windows::ffi::OsStringExt::from_wide
--> library/std/src/ffi/mod.rs:142:20 |
142 | //! [from_wide]: crate::os::windows::ffi::OsStringExt::from_wide
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::unix::fs::PermissionsExt
--> library/std/src/fs.rs:176:25 |
176 | /// [PermissionsExt]: crate::os::unix::fs::PermissionsExt
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::unix::fs::symlink
--> library/std/src/fs.rs:1741:37 |
1741 | /// [std::os::unix::fs::symlink]: crate::os::unix::fs::symlink
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::windows::fs::symlink_file
--> library/std/src/fs.rs:1742:45 |
1742 | /// [std::os::windows::fs::symlink_file]: crate::os::windows::fs::symlink_file
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to crate::os::windows::fs::symlink_dir
--> library/std/src/fs.rs:1743:22 |
1743 | /// [symlink_dir]: crate::os::windows::fs::symlink_dir
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: aborting due to 14 previous errors
error: Could not document std.