Date: Mon, 24 Aug 2020 06:42:42 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546048 - head/lang/rust-nightly Message-ID: <202008240642.07O6gg1d008057@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Mon Aug 24 06:42:42 2020 New Revision: 546048 URL: https://svnweb.freebsd.org/changeset/ports/546048 Log: 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`. Modified: head/lang/rust-nightly/Makefile Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Mon Aug 24 06:23:51 2020 (r546047) +++ head/lang/rust-nightly/Makefile Mon Aug 24 06:42:42 2020 (r546048) @@ -16,6 +16,8 @@ MASTERDIR= ${.CURDIR}/../rust PATCHDIR= ${.CURDIR}/files DISTINFO_FILE= ${.CURDIR}/distinfo +OPTIONS_EXCLUDE= DOCS + # Get latest from top level 'date' key in # https://static.rust-lang.org/dist/channel-rust-nightly.toml NIGHTLY_DATE= 2020-08-18
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008240642.07O6gg1d008057>