Hi,

Here an update for lang/rust.

Built on amd64, i386 and aarch64.

Tested on amd64 by rebuilding reverse dependencies (ripgrep, exa,
librsvg, firefox).

Testsuite ran on amd64 and i386 (few new errors, but unimportant ones)

Thanks.
-- 
Sebastien Marie


Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/rust/Makefile,v
retrieving revision 1.75
diff -u -p -r1.75 Makefile
--- Makefile    23 Jul 2018 06:56:43 -0000      1.75
+++ Makefile    3 Aug 2018 12:32:35 -0000
@@ -13,14 +13,14 @@ DPB_PROPERTIES =    parallel
 COMMENT-main =         compiler for Rust Language
 COMMENT-doc =          html documentation for rustc
 
-V =                    1.27.2
-CARGO_V =              0.28.0
+V =                    1.28.0
+CARGO_V =              0.29.0
 DISTNAME =             rustc-${V}-src
 
 # rustc bootstrap version
-BV-aarch64 =           1.27.0-20180622
-BV-amd64 =             1.27.0-20180619
-BV-i386 =              1.27.0-20180619
+BV-aarch64 =           1.28.0-20180803
+BV-amd64 =             1.28.0-20180731
+BV-i386 =              1.28.0-20180731
 BV =                   ${BV-${MACHINE_ARCH}}
 
 PKGNAME =              rust-${V}
@@ -149,9 +149,6 @@ do-configure:
        echo 'channel = "stable"' >>${WRKBUILD}/config.toml
        echo 'rpath = false' >>${WRKBUILD}/config.toml
        echo 'codegen-tests = false' >>${WRKBUILD}/config.toml
-
-       # XXX workaround for https://github.com/rust-lang/rust/issues/51650
-       echo 'deny-warnings = false' >>${WRKBUILD}/config.toml
 
        echo '[dist]' >>${WRKBUILD}/config.toml
        echo 'src-tarball = false' >>${WRKBUILD}/config.toml
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/rust/distinfo,v
retrieving revision 1.39
diff -u -p -r1.39 distinfo
--- distinfo    23 Jul 2018 06:56:43 -0000      1.39
+++ distinfo    3 Aug 2018 12:32:35 -0000
@@ -1,8 +1,8 @@
-SHA256 (rust/rustc-1.27.2-src.tar.xz) = 
vwIoByrWCr2J3YHI4lrh57SzHgDnNhLn9JheMUStW9o=
-SHA256 (rust/rustc-bootstrap-aarch64-1.27.0-20180622.tar.xz) = 
KvznQPB3IGDiLyXiYn0z8660z9pzIIB+FJhH10kWuZI=
-SHA256 (rust/rustc-bootstrap-amd64-1.27.0-20180619.tar.xz) = 
xsSrF88f8sOV2olsWWqgs5zzCCrjAlVloiMZxJbG2wc=
-SHA256 (rust/rustc-bootstrap-i386-1.27.0-20180619.tar.xz) = 
lNinRfIwy5fHHk+NJbbtO8hiy0693MN7lpvd/QN/PfU=
-SIZE (rust/rustc-1.27.2-src.tar.xz) = 55461280
-SIZE (rust/rustc-bootstrap-aarch64-1.27.0-20180622.tar.xz) = 63103156
-SIZE (rust/rustc-bootstrap-amd64-1.27.0-20180619.tar.xz) = 66376352
-SIZE (rust/rustc-bootstrap-i386-1.27.0-20180619.tar.xz) = 66734544
+SHA256 (rust/rustc-1.28.0-src.tar.xz) = 
ioma/UtQK06/9c/ILLp3qMs3ETteYBjxXAlUWTYIGEg=
+SHA256 (rust/rustc-bootstrap-aarch64-1.28.0-20180803.tar.xz) = 
yCtP78txnTUi9mPFb8RVUT2SmHAJe1TVgCEpqsZkgas=
+SHA256 (rust/rustc-bootstrap-amd64-1.28.0-20180731.tar.xz) = 
3ofrh6WsZseeWQWKQ+UbdN3FY+PWOeyIiknzieWtZyI=
+SHA256 (rust/rustc-bootstrap-i386-1.28.0-20180731.tar.xz) = 
mjZ0k280AoarpYpGVwpuYQ5ok+yDmgnXSsC1q1sSCHA=
+SIZE (rust/rustc-1.28.0-src.tar.xz) = 55838968
+SIZE (rust/rustc-bootstrap-aarch64-1.28.0-20180803.tar.xz) = 65530604
+SIZE (rust/rustc-bootstrap-amd64-1.28.0-20180731.tar.xz) = 69018184
+SIZE (rust/rustc-bootstrap-i386-1.28.0-20180731.tar.xz) = 69059092
Index: patches/patch-src_bootstrap_builder_rs
===================================================================
RCS file: patches/patch-src_bootstrap_builder_rs
diff -N patches/patch-src_bootstrap_builder_rs
--- patches/patch-src_bootstrap_builder_rs      29 Jun 2018 05:19:47 -0000      
1.5
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,28 +0,0 @@
-$OpenBSD: patch-src_bootstrap_builder_rs,v 1.5 2018/06/29 05:19:47 landry Exp $
-- always pass -j to cargo
-- disable test::Bootstrap (require network)
-Index: src/bootstrap/builder.rs
---- src/bootstrap/builder.rs.orig
-+++ src/bootstrap/builder.rs
-@@ -312,7 +312,7 @@ impl<'a> Builder<'a> {
-                 native::Llvm, tool::Rustfmt, tool::Miri, native::Lld),
-             Kind::Check => describe!(check::Std, check::Test, check::Rustc, 
check::CodegenBackend,
-                 check::Rustdoc),
--            Kind::Test => describe!(test::Tidy, test::Bootstrap, test::Ui, 
test::RunPass,
-+            Kind::Test => describe!(test::Tidy, test::Ui, test::RunPass,
-                 test::CompileFail, test::ParseFail, test::RunFail, 
test::RunPassValgrind,
-                 test::MirOpt, test::Codegen, test::CodegenUnits, 
test::Incremental, test::Debuginfo,
-                 test::UiFullDeps, test::RunPassFullDeps, 
test::RunFailFullDeps,
-@@ -559,11 +559,7 @@ impl<'a> Builder<'a> {
-             cargo.env("RUST_CHECK", "1");
-         }
- 
--        // If we were invoked from `make` then that's already got a jobserver
--        // set up for us so no need to tell Cargo about jobs all over again.
--        if env::var_os("MAKEFLAGS").is_none() && 
env::var_os("MFLAGS").is_none() {
--             cargo.arg("-j").arg(self.jobs().to_string());
--        }
-+        cargo.arg("-j").arg(self.jobs().to_string());
- 
-         // FIXME: Temporary fix for 
https://github.com/rust-lang/cargo/issues/3005
-         // Force cargo to output binaries with disambiguating hashes in the 
name
Index: patches/patch-src_bootstrap_lib_rs
===================================================================
RCS file: /cvs/ports/lang/rust/patches/patch-src_bootstrap_lib_rs,v
retrieving revision 1.13
diff -u -p -r1.13 patch-src_bootstrap_lib_rs
--- patches/patch-src_bootstrap_lib_rs  29 Jun 2018 05:19:47 -0000      1.13
+++ patches/patch-src_bootstrap_lib_rs  31 Jul 2018 12:07:46 -0000
@@ -4,7 +4,7 @@ https://github.com/rust-lang/rust/issues
 Index: src/bootstrap/lib.rs
 --- src/bootstrap/lib.rs.orig
 +++ src/bootstrap/lib.rs
-@@ -691,7 +691,6 @@ impl Build {
+@@ -715,7 +715,6 @@ impl Build {
          // cc-rs because the build scripts will determine that for themselves.
          let mut base = self.cc[&target].args().iter()
                             .map(|s| s.to_string_lossy().into_owned())
Index: patches/patch-src_etc_rust-gdb
===================================================================
RCS file: /cvs/ports/lang/rust/patches/patch-src_etc_rust-gdb,v
retrieving revision 1.3
diff -u -p -r1.3 patch-src_etc_rust-gdb
--- patches/patch-src_etc_rust-gdb      17 Jun 2017 02:06:53 -0000      1.3
+++ patches/patch-src_etc_rust-gdb      31 Jul 2018 12:07:46 -0000
@@ -22,5 +22,5 @@ Index: src/etc/rust-gdb
 -RUST_GDB="${RUST_GDB:-gdb}"
 +RUST_GDB="${RUST_GDB:-egdb}"
  PYTHONPATH="$PYTHONPATH:$GDB_PYTHON_MODULE_DIRECTORY" ${RUST_GDB} \
-   -d "$GDB_PYTHON_MODULE_DIRECTORY" \
+   --directory="$GDB_PYTHON_MODULE_DIRECTORY" \
    -iex "add-auto-load-safe-path $GDB_PYTHON_MODULE_DIRECTORY" \
Index: patches/patch-src_libcompiler_builtins_build_rs
===================================================================
RCS file: /cvs/ports/lang/rust/patches/patch-src_libcompiler_builtins_build_rs,v
retrieving revision 1.3
diff -u -p -r1.3 patch-src_libcompiler_builtins_build_rs
--- patches/patch-src_libcompiler_builtins_build_rs     11 Jul 2018 08:35:59 
-0000      1.3
+++ patches/patch-src_libcompiler_builtins_build_rs     31 Jul 2018 12:07:46 
-0000
@@ -1,19 +1,15 @@
 $OpenBSD: patch-src_libcompiler_builtins_build_rs,v 1.3 2018/07/11 08:35:59 
ajacoutot Exp $
-Use local compiler_rt.
-https://github.com/rust-lang-nursery/compiler-builtins/pull/241/commits/d8bbc810161a787f5b398c6f7b447570e7468780
+Use local compiler_rt as not static.
+https://github.com/rust-lang-nursery/compiler-builtins/pull/249
 Index: src/libcompiler_builtins/build.rs
 --- src/libcompiler_builtins/build.rs.orig
 +++ src/libcompiler_builtins/build.rs
-@@ -10,6 +10,12 @@ fn main() {
+@@ -13,7 +13,7 @@ fn main() {
+     // OpenBSD provides compiler_rt by default, use it instead of rebuilding 
it from source
+     if target.contains("openbsd") {
+         println!("cargo:rustc-link-search=native=/usr/lib");
+-        println!("cargo:rustc-link-lib=static=compiler_rt");
++        println!("cargo:rustc-link-lib=compiler_rt");
          return;
      }
  
-+    if target.contains("openbsd") {
-+        println!("cargo:rustc-link-search=native=/usr/lib");
-+        println!("cargo:rustc-link-lib=compiler_rt");
-+        return;
-+    }
-+
-     // Forcibly enable memory intrinsics on wasm32 as we don't have a libc to
-     // provide them.
-     if target.contains("wasm32") {
Index: patches/patch-src_librustc_target_spec_aarch64_unknown_openbsd_rs
===================================================================
RCS file: patches/patch-src_librustc_target_spec_aarch64_unknown_openbsd_rs
diff -N patches/patch-src_librustc_target_spec_aarch64_unknown_openbsd_rs
--- patches/patch-src_librustc_target_spec_aarch64_unknown_openbsd_rs   29 Jun 
2018 05:19:47 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,38 +0,0 @@
-$OpenBSD: patch-src_librustc_target_spec_aarch64_unknown_openbsd_rs,v 1.1 
2018/06/29 05:19:47 landry Exp $
-Add aarch64-unknown-openbsd support.
-https://github.com/rust-lang/rust/pull/50678/commits/f430d7c3c781c48827a1c28fb391d90a0f5ee710
-Index: src/librustc_target/spec/aarch64_unknown_openbsd.rs
---- src/librustc_target/spec/aarch64_unknown_openbsd.rs.orig
-+++ src/librustc_target/spec/aarch64_unknown_openbsd.rs
-@@ -0,0 +1,31 @@
-+// Copyright 2018 The Rust Project Developers. See the COPYRIGHT
-+// file at the top-level directory of this distribution and at
-+// http://rust-lang.org/COPYRIGHT.
-+//
-+// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-+// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-+// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-+// option. This file may not be copied, modified, or distributed
-+// except according to those terms.
-+
-+use spec::{LinkerFlavor, Target, TargetResult};
-+
-+pub fn target() -> TargetResult {
-+    let mut base = super::openbsd_base::opts();
-+    base.max_atomic_width = Some(128);
-+    base.abi_blacklist = super::arm_base::abi_blacklist();
-+
-+    Ok(Target {
-+        llvm_target: "aarch64-unknown-openbsd".to_string(),
-+        target_endian: "little".to_string(),
-+        target_pointer_width: "64".to_string(),
-+        target_c_int_width: "32".to_string(),
-+        data_layout: 
"e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128".to_string(),
-+        arch: "aarch64".to_string(),
-+        target_os: "openbsd".to_string(),
-+        target_env: "".to_string(),
-+        target_vendor: "unknown".to_string(),
-+        linker_flavor: LinkerFlavor::Gcc,
-+        options: base,
-+    })
-+}
Index: patches/patch-src_librustc_target_spec_i686_unknown_openbsd_rs
===================================================================
RCS file: 
/cvs/ports/lang/rust/patches/patch-src_librustc_target_spec_i686_unknown_openbsd_rs,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_librustc_target_spec_i686_unknown_openbsd_rs
--- patches/patch-src_librustc_target_spec_i686_unknown_openbsd_rs      29 Jun 
2018 05:19:47 -0000      1.1
+++ patches/patch-src_librustc_target_spec_i686_unknown_openbsd_rs      31 Jul 
2018 12:07:46 -0000
@@ -1,10 +1,9 @@
 $OpenBSD: patch-src_librustc_target_spec_i686_unknown_openbsd_rs,v 1.1 
2018/06/29 05:19:47 landry Exp $
 i386 should be pentiumpro (no SSE2, no ...)
-use lld by default for be able to deal with i128: 
https://github.com/rust-lang/rust/pull/50678/commits/0bef2402772218a20c7572e0d606e529844b527d
 Index: src/librustc_target/spec/i686_unknown_openbsd.rs
 --- src/librustc_target/spec/i686_unknown_openbsd.rs.orig
 +++ src/librustc_target/spec/i686_unknown_openbsd.rs
-@@ -12,9 +12,10 @@ use spec::{LinkerFlavor, Target, TargetResult};
+@@ -12,7 +12,7 @@ use spec::{LinkerFlavor, Target, TargetResult};
  
  pub fn target() -> TargetResult {
      let mut base = super::openbsd_base::opts();
@@ -12,7 +11,4 @@ Index: src/librustc_target/spec/i686_unk
 +    base.cpu = "pentiumpro".to_string();
      base.max_atomic_width = Some(64);
      
base.pre_link_args.get_mut(&LinkerFlavor::Gcc).unwrap().push("-m32".to_string());
-+    
base.pre_link_args.get_mut(&LinkerFlavor::Gcc).unwrap().push("-fuse-ld=lld".to_string());
-     base.stack_probes = true;
- 
-     Ok(Target {
+     
base.pre_link_args.get_mut(&LinkerFlavor::Gcc).unwrap().push("-fuse-ld=lld".to_string());
Index: patches/patch-src_librustc_target_spec_mod_rs
===================================================================
RCS file: patches/patch-src_librustc_target_spec_mod_rs
diff -N patches/patch-src_librustc_target_spec_mod_rs
--- patches/patch-src_librustc_target_spec_mod_rs       29 Jun 2018 05:19:47 
-0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_librustc_target_spec_mod_rs,v 1.1 2018/06/29 05:19:47 
landry Exp $
-Add aarch64-unknown-openbsd support.
-https://github.com/rust-lang/rust/pull/50678/commits/f430d7c3c781c48827a1c28fb391d90a0f5ee710
-Index: src/librustc_target/spec/mod.rs
---- src/librustc_target/spec/mod.rs.orig
-+++ src/librustc_target/spec/mod.rs
-@@ -313,6 +313,7 @@ supported_targets! {
- 
-     ("x86_64-unknown-bitrig", x86_64_unknown_bitrig),
- 
-+    ("aarch64-unknown-openbsd", aarch64_unknown_openbsd),
-     ("i686-unknown-openbsd", i686_unknown_openbsd),
-     ("x86_64-unknown-openbsd", x86_64_unknown_openbsd),
- 
Index: patches/patch-src_librustdoc_test_rs
===================================================================
RCS file: /cvs/ports/lang/rust/patches/patch-src_librustdoc_test_rs,v
retrieving revision 1.17
diff -u -p -r1.17 patch-src_librustdoc_test_rs
--- patches/patch-src_librustdoc_test_rs        29 Jun 2018 05:19:47 -0000      
1.17
+++ patches/patch-src_librustdoc_test_rs        31 Jul 2018 12:07:46 -0000
@@ -15,7 +15,7 @@ Index: src/librustdoc/test.rs
          search_paths: libs.clone(),
          crate_types: vec![config::CrateTypeDylib],
          cg: cg.clone(),
-@@ -210,7 +213,10 @@ fn run_test(test: &str, cratename: &str, filename: &Fi
+@@ -213,7 +216,10 @@ fn run_test(test: &str, cratename: &str, filename: &Fi
  
      let sessopts = config::Options {
          maybe_sysroot: maybe_sysroot.or_else(
Index: patches/patch-src_test_run-pass_stack-probes-lto_rs
===================================================================
RCS file: 
/cvs/ports/lang/rust/patches/patch-src_test_run-pass_stack-probes-lto_rs,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_test_run-pass_stack-probes-lto_rs
--- patches/patch-src_test_run-pass_stack-probes-lto_rs 22 May 2018 06:04:33 
-0000      1.1
+++ patches/patch-src_test_run-pass_stack-probes-lto_rs 31 Jul 2018 12:07:46 
-0000
@@ -3,7 +3,7 @@ Disable stack-probes test (MAP_STACK ter
 Index: src/test/run-pass/stack-probes-lto.rs
 --- src/test/run-pass/stack-probes-lto.rs.orig
 +++ src/test/run-pass/stack-probes-lto.rs
-@@ -19,6 +19,7 @@
+@@ -21,6 +21,7 @@
  // ignore-emscripten no processes
  // ignore-musl FIXME #31506
  // ignore-pretty
Index: patches/patch-src_test_run-pass_stack-probes_rs
===================================================================
RCS file: /cvs/ports/lang/rust/patches/patch-src_test_run-pass_stack-probes_rs,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_test_run-pass_stack-probes_rs
--- patches/patch-src_test_run-pass_stack-probes_rs     22 May 2018 06:04:33 
-0000      1.1
+++ patches/patch-src_test_run-pass_stack-probes_rs     31 Jul 2018 12:07:46 
-0000
@@ -3,7 +3,7 @@ Disable stack-probes test (MAP_STACK ter
 Index: src/test/run-pass/stack-probes.rs
 --- src/test/run-pass/stack-probes.rs.orig
 +++ src/test/run-pass/stack-probes.rs
-@@ -18,6 +18,7 @@
+@@ -20,6 +20,7 @@
  // ignore-cloudabi no processes
  // ignore-emscripten no processes
  // ignore-musl FIXME #31506
Index: pkg/PFRAG.aarch64-main
===================================================================
RCS file: /cvs/ports/lang/rust/pkg/PFRAG.aarch64-main,v
retrieving revision 1.5
diff -u -p -r1.5 PFRAG.aarch64-main
--- pkg/PFRAG.aarch64-main      23 Jul 2018 06:56:44 -0000      1.5
+++ pkg/PFRAG.aarch64-main      6 Aug 2018 17:00:20 -0000
@@ -1,119 +1,133 @@
 @comment $OpenBSD: PFRAG.aarch64-main,v 1.5 2018/07/23 06:56:44 landry Exp $
-lib/libarena-abb94d77fc5c821a.so
-lib/libfmt_macros-e0c8b7ebb6c156c9.so
-lib/libgraphviz-1b1761113582da62.so
-lib/libproc_macro-fbd2178c1c09dd20.so
-lib/librustc-b71297d908597a4b.so
-lib/librustc_allocator-21fccc26b8187a63.so
-lib/librustc_borrowck-9913af467b86dd6a.so
-lib/librustc_cratesio_shim-045aeba0180baf88.so
-lib/librustc_data_structures-7d5770b6429bd541.so
-lib/librustc_driver-ff508a84d4e280f1.so
-lib/librustc_errors-dbd329737be6e3b4.so
-lib/librustc_incremental-421c4c5503f10fff.so
-lib/librustc_lint-f1facdc5eeb993b1.so
-lib/librustc_metadata-e74a6dc15eb11cc7.so
-lib/librustc_mir-222a489f82d07214.so
-lib/librustc_passes-2da059534c4e9f46.so
-lib/librustc_platform_intrinsics-941b59a472340a3f.so
-lib/librustc_plugin-c745f5233d5d7f73.so
-lib/librustc_privacy-9c579460728c2c20.so
-lib/librustc_resolve-fe076dfc4c71b5cd.so
-lib/librustc_save_analysis-b304087857239f17.so
-lib/librustc_target-dc6b946df3737268.so
-lib/librustc_traits-3d350d1b2919d273.so
-lib/librustc_trans_utils-0f53c41934525151.so
-lib/librustc_typeck-fc7b9159ceb71539.so
-lib/libserialize-64e8473dffe59e83.so
-lib/libstd-f0e4534d5edba6f4.so
-lib/libsyntax-194ca9f25e70b406.so
-lib/libsyntax_ext-51973ef326de8717.so
-lib/libsyntax_pos-2a12803ec247f068.so
-lib/libterm-a8de299acfbb82dc.so
-lib/libtest-703329716a11972f.so
+lib/libarena-80438eb7f652049a.so
+lib/libfmt_macros-4eed6b359692c99d.so
+lib/libgraphviz-0e774edc5eb79a3a.so
+lib/libproc_macro-8eb299cd333584c3.so
+lib/librustc-5b01a139ebf7d124.so
+lib/librustc_allocator-de497d7d20c1264a.so
+lib/librustc_borrowck-6eccc6d4b96f4c64.so
+lib/librustc_codegen_utils-59ef192e6c7a83e3.so
+lib/librustc_cratesio_shim-c553032487d7d6e8.so
+lib/librustc_data_structures-4b1564ef2b92f237.so
+lib/librustc_driver-6724c3f09c0ab8d5.so
+lib/librustc_errors-38b5897c858fa9de.so
+lib/librustc_incremental-f4bda945d821f746.so
+lib/librustc_lint-dbe7f0e22a6c88cd.so
+lib/librustc_metadata-3d7794a70134b45f.so
+lib/librustc_mir-afc678cc023b1538.so
+lib/librustc_passes-7d6e2350eab850c1.so
+lib/librustc_platform_intrinsics-75a8ac49b0f2a207.so
+lib/librustc_plugin-723b6587d6a54aae.so
+lib/librustc_privacy-406efed8bc68b4c6.so
+lib/librustc_resolve-1ff2e4bfb5c67872.so
+lib/librustc_save_analysis-7d538f8f679403bb.so
+lib/librustc_target-22a23b4c6687bc88.so
+lib/librustc_traits-7fb120f398e7eba4.so
+lib/librustc_typeck-05869e8f7ab2a909.so
+lib/libserialize-10d095d2e14df1ab.so
+lib/libstd-8e81bf34b2eaf35b.so
+lib/libsyntax-78a11cef81275463.so
+lib/libsyntax_ext-a5a1cec0d9db0ecc.so
+lib/libsyntax_pos-0e034432a872362c.so
+lib/libterm-8745a2610e2e77aa.so
+lib/libtest-a6645bbb600e8b39.so
 lib/rustlib/aarch64-unknown-openbsd/
 lib/rustlib/aarch64-unknown-openbsd/codegen-backends/
-lib/rustlib/aarch64-unknown-openbsd/codegen-backends/librustc_trans-llvm.so
+lib/rustlib/aarch64-unknown-openbsd/codegen-backends/librustc_codegen_llvm-llvm.so
 lib/rustlib/aarch64-unknown-openbsd/lib/
-lib/rustlib/aarch64-unknown-openbsd/lib/liballoc-80c184547ddfb175.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/liballoc_jemalloc-a97bf89943722e77.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/liballoc_system-099698a78dee1079.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libar-6414f789e4dc75f2.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libarena-abb94d77fc5c821a.so
-lib/rustlib/aarch64-unknown-openbsd/lib/libatty-0a139f47dce65bf0.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libbacktrace-f468f702bbfc00ba.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libbacktrace_sys-d0fb6ab423b7f358.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libbitflags-12aae0d4f630710f.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libbyteorder-44d69f95ced0f2e6.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libcfg_if-b1d9b6ae7f01c33c.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libcompiler_builtins-e4cf83cb1df15936.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libcore-b03c1cf5bc09da54.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libena-e63e801709c96fab.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libenv_logger-75699fcf71ed4c91.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libflate2-5a38f36cd55f4bd2.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libfmt_macros-e0c8b7ebb6c156c9.so
-lib/rustlib/aarch64-unknown-openbsd/lib/libgetopts-7e8300d7d70c20b9.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libgraphviz-1b1761113582da62.so
-lib/rustlib/aarch64-unknown-openbsd/lib/libhumantime-ff720374d5e20805.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libjobserver-f30e452f75472ca5.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/liblazy_static-ce93dc15505dca84.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/liblazy_static-ec90248c52168a38.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/liblibc-101991c5aff6e8c1.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/liblibc-66e2fdb9633cc11f.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/liblog-3d834edd105c3e1c.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/liblog_settings-39c8192d226f0250.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libminiz_sys-efe7d8668332549e.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libowning_ref-02751bb04da5037d.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libpanic_abort-10cd083220771efb.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libpanic_unwind-5df969818798147b.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libparking_lot-0f6f15d14707d66f.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libparking_lot_core-842e4ccc52e78e90.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libproc_macro-fbd2178c1c09dd20.so
-lib/rustlib/aarch64-unknown-openbsd/lib/libquick_error-e82eb3ab598793f6.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/librand-9d1cefbef120e4b7.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libremove_dir_all-25b8dfbd73469a37.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/librls_data-7a376acc4138ce58.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/librls_span-f1ed8da83339957c.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc-b71297d908597a4b.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_allocator-21fccc26b8187a63.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_apfloat-3336ba82bb60ce93.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_borrowck-9913af467b86dd6a.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_cratesio_shim-045aeba0180baf88.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_data_structures-7d5770b6429bd541.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_demangle-065edb2214739d1c.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_driver-ff508a84d4e280f1.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_errors-dbd329737be6e3b4.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_incremental-421c4c5503f10fff.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_lint-f1facdc5eeb993b1.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_metadata-e74a6dc15eb11cc7.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_mir-222a489f82d07214.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_passes-2da059534c4e9f46.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_platform_intrinsics-941b59a472340a3f.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_plugin-c745f5233d5d7f73.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_privacy-9c579460728c2c20.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_resolve-fe076dfc4c71b5cd.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_save_analysis-b304087857239f17.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_serialize-929bdac5033259f6.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_target-dc6b946df3737268.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_traits-3d350d1b2919d273.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_trans_utils-0f53c41934525151.so
-lib/rustlib/aarch64-unknown-openbsd/lib/librustc_typeck-fc7b9159ceb71539.so
-lib/rustlib/aarch64-unknown-openbsd/lib/libscoped_tls-66e86d532fa9bba4.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libserialize-64e8473dffe59e83.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libserialize-64e8473dffe59e83.so
-lib/rustlib/aarch64-unknown-openbsd/lib/libsmallvec-22f342da469e90ba.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libstable_deref_trait-0921879319a2ea57.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libstd-f0e4534d5edba6f4.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libstd-f0e4534d5edba6f4.so
-lib/rustlib/aarch64-unknown-openbsd/lib/libstd_unicode-f70ecc977d3a7971.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libsyntax-194ca9f25e70b406.so
-lib/rustlib/aarch64-unknown-openbsd/lib/libsyntax_ext-51973ef326de8717.so
-lib/rustlib/aarch64-unknown-openbsd/lib/libsyntax_pos-2a12803ec247f068.so
-lib/rustlib/aarch64-unknown-openbsd/lib/libtempdir-aced1d2494f2b511.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libterm-a8de299acfbb82dc.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libterm-a8de299acfbb82dc.so
-lib/rustlib/aarch64-unknown-openbsd/lib/libtermcolor-96958c80d768ebaf.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libtest-703329716a11972f.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libtest-703329716a11972f.so
-lib/rustlib/aarch64-unknown-openbsd/lib/libunicode_width-fad80355633825e4.rlib
-lib/rustlib/aarch64-unknown-openbsd/lib/libunwind-fe6474df9334807e.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/liballoc-dbc45c9225980432.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/liballoc_jemalloc-a8d5db7b865c5275.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/liballoc_system-a50cd7a3b6772f86.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libar-04523037d47bc2b4.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libarena-80438eb7f652049a.so
+lib/rustlib/aarch64-unknown-openbsd/lib/libarrayvec-6c479b777c767236.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libatty-60a963770fc96839.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libbacktrace-1a52e7d407e9c56d.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libbacktrace_sys-aa4af4d2b356bcb0.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libbitflags-504aaec6a0409efe.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libbyteorder-9b0c1bd2cbb00176.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libcfg_if-2d07c7e1694e76c6.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libchalk_engine-45e5a46ae88bc5e3.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libchalk_macros-b2bd097d673f261d.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libcompiler_builtins-b3613dfc6e411920.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libcore-f9ca678c91934408.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libcrossbeam_deque-9dddaaa7de8964c5.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libcrossbeam_epoch-6f9b121d4273c5ec.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libcrossbeam_utils-f65ead0c8479c047.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libdatafrog-b33557b4d123d690.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libeither-8129452bb90dca0a.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libena-cb447a9c4e7eb54b.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libenv_logger-03724b98d58da12f.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libflate2-740d4a727776b6d8.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libfmt_macros-4eed6b359692c99d.so
+lib/rustlib/aarch64-unknown-openbsd/lib/libgetopts-791418c970f5cb3e.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libgraphviz-0e774edc5eb79a3a.so
+lib/rustlib/aarch64-unknown-openbsd/lib/libhumantime-7c8d25df967ea469.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libjobserver-180d3396d39b58d1.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/liblazy_static-34af795199d330cb.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/liblazy_static-50146fa74daa240a.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/liblibc-296d0929d9aa34d2.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/liblibc-b83de3031f06cf0d.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/liblog-0c810da193886400.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/liblog_settings-8dff2d5709798a6d.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libmemoffset-ac690d8cdc691a3a.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libminiz_sys-00b8cf8aeb4d9d30.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libnodrop-2cffa05e52d02bf1.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libnum_cpus-1000fc3d96d4646d.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libowning_ref-5e8a148017706a4b.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libpanic_abort-11fb0def4d7c518f.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libpanic_unwind-a7f13df76cfcee94.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libparking_lot-089efb4179d10477.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libparking_lot_core-a3a2de27cce8db79.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libpolonius_engine-98838639ff86a19a.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libproc_macro-8eb299cd333584c3.so
+lib/rustlib/aarch64-unknown-openbsd/lib/libquick_error-8bac060bc0b2c7ff.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/librand-e2965c272cb40ddc.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libremove_dir_all-a02bbe383c13e6f2.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/librls_data-73f5e78b0ffab8c5.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/librls_span-66ab93570de04552.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc-5b01a139ebf7d124.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_allocator-de497d7d20c1264a.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_apfloat-a48d4c7dd253b300.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_borrowck-6eccc6d4b96f4c64.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_codegen_utils-59ef192e6c7a83e3.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_cratesio_shim-c553032487d7d6e8.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_data_structures-4b1564ef2b92f237.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_demangle-b85c81e4c6b83b1e.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_driver-6724c3f09c0ab8d5.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_errors-38b5897c858fa9de.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_hash-65601404dfcf47c9.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_incremental-f4bda945d821f746.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_lint-dbe7f0e22a6c88cd.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_metadata-3d7794a70134b45f.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_mir-afc678cc023b1538.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_passes-7d6e2350eab850c1.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_platform_intrinsics-75a8ac49b0f2a207.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_plugin-723b6587d6a54aae.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_privacy-406efed8bc68b4c6.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_rayon-76d178749f06c180.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_rayon_core-73a7335ac954408a.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_resolve-1ff2e4bfb5c67872.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_save_analysis-7d538f8f679403bb.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_serialize-f9a2a6b9e99784b3.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_target-22a23b4c6687bc88.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_traits-7fb120f398e7eba4.so
+lib/rustlib/aarch64-unknown-openbsd/lib/librustc_typeck-05869e8f7ab2a909.so
+lib/rustlib/aarch64-unknown-openbsd/lib/libscoped_tls-b4139ba5fbc4f9ec.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libscopeguard-f48b9da1f50e0c53.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libserialize-10d095d2e14df1ab.so
+lib/rustlib/aarch64-unknown-openbsd/lib/libsmallvec-ece14186f03afae7.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libstable_deref_trait-0ee95c7f0ad485ef.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libstd-8e81bf34b2eaf35b.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libstd-8e81bf34b2eaf35b.so
+lib/rustlib/aarch64-unknown-openbsd/lib/libstd_unicode-ae45b7e1a72dc2c8.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libsyntax-78a11cef81275463.so
+lib/rustlib/aarch64-unknown-openbsd/lib/libsyntax_ext-a5a1cec0d9db0ecc.so
+lib/rustlib/aarch64-unknown-openbsd/lib/libsyntax_pos-0e034432a872362c.so
+lib/rustlib/aarch64-unknown-openbsd/lib/libtempdir-ee3f5b73796ff8b9.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libterm-8745a2610e2e77aa.so
+lib/rustlib/aarch64-unknown-openbsd/lib/libtermcolor-b08c92068339574e.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libtest-a6645bbb600e8b39.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libtest-a6645bbb600e8b39.so
+lib/rustlib/aarch64-unknown-openbsd/lib/libunicode_width-5f62d9445a83b010.rlib
+lib/rustlib/aarch64-unknown-openbsd/lib/libunwind-d4b3e967e6684e85.rlib
Index: pkg/PFRAG.amd64-main
===================================================================
RCS file: /cvs/ports/lang/rust/pkg/PFRAG.amd64-main,v
retrieving revision 1.18
diff -u -p -r1.18 PFRAG.amd64-main
--- pkg/PFRAG.amd64-main        23 Jul 2018 06:56:44 -0000      1.18
+++ pkg/PFRAG.amd64-main        1 Aug 2018 07:07:16 -0000
@@ -1,119 +1,133 @@
 @comment $OpenBSD: PFRAG.amd64-main,v 1.18 2018/07/23 06:56:44 landry Exp $
-lib/libarena-76aff86e378bc2aa.so
-lib/libfmt_macros-fc26d4a62c45c3b1.so
-lib/libgraphviz-011132d53f0d3edd.so
-lib/libproc_macro-98e9ad99567d4ff4.so
-lib/librustc-5827f9e8006a8da6.so
-lib/librustc_allocator-59700ee0854ee59a.so
-lib/librustc_borrowck-2a46209a32067ef5.so
-lib/librustc_cratesio_shim-e7077f653c2107f9.so
-lib/librustc_data_structures-7719a4f5169295b5.so
-lib/librustc_driver-4ee9c57e5cf2f043.so
-lib/librustc_errors-d78e5601f8577778.so
-lib/librustc_incremental-67e6a0a43e5eb1e4.so
-lib/librustc_lint-818f20f3d6480775.so
-lib/librustc_metadata-bcb6757ab4babd0c.so
-lib/librustc_mir-1c2287151d9175ff.so
-lib/librustc_passes-27d188d33a684c4f.so
-lib/librustc_platform_intrinsics-c75c74d41c1e193d.so
-lib/librustc_plugin-e10eba931e35569f.so
-lib/librustc_privacy-b21d8785f1779320.so
-lib/librustc_resolve-f4924c9ec2a832d3.so
-lib/librustc_save_analysis-057b2f324aeab2fb.so
-lib/librustc_target-c2e897558c5f416b.so
-lib/librustc_traits-bad5717fac13b94f.so
-lib/librustc_trans_utils-bbb697d6de4ae5cd.so
-lib/librustc_typeck-92d89c95ea9a39ed.so
-lib/libserialize-90d940c4cf1e5e12.so
-lib/libstd-a442a45e76cd9395.so
-lib/libsyntax-bc0e4fc63db02140.so
-lib/libsyntax_ext-69dbbaba728f85f9.so
-lib/libsyntax_pos-7341170b7ee540f3.so
-lib/libterm-948bfee634e49a8a.so
-lib/libtest-f28dbac29cc84ff3.so
+lib/libarena-cda655a3e4b91e6c.so
+lib/libfmt_macros-21256d1e0b9081e1.so
+lib/libgraphviz-db8f49dd3abbd086.so
+lib/libproc_macro-456df14a8bb9085c.so
+lib/librustc-ebf908c016a7d4cc.so
+lib/librustc_allocator-2131ecea4a738eae.so
+lib/librustc_borrowck-c2885c39465ee5b5.so
+lib/librustc_codegen_utils-bc2c145bd631114e.so
+lib/librustc_cratesio_shim-9c92584da6800ced.so
+lib/librustc_data_structures-1a27b5d6824b1fdf.so
+lib/librustc_driver-ecb574a2e64154d3.so
+lib/librustc_errors-8f66216dd1ef0526.so
+lib/librustc_incremental-9449916e8d1dcd71.so
+lib/librustc_lint-c9e3ed7fda50958c.so
+lib/librustc_metadata-892c30450740dd0c.so
+lib/librustc_mir-2679395e08059bfb.so
+lib/librustc_passes-cc1dd542afee4ccc.so
+lib/librustc_platform_intrinsics-1f9c9547368ebecc.so
+lib/librustc_plugin-9f404502c5ef3240.so
+lib/librustc_privacy-8f594676179e8911.so
+lib/librustc_resolve-e96e3af64ae30c22.so
+lib/librustc_save_analysis-287682f65b73937f.so
+lib/librustc_target-f014a1da5bfdaa5d.so
+lib/librustc_traits-f6deb4b5f81ae4a2.so
+lib/librustc_typeck-0d626cc7146d21dd.so
+lib/libserialize-9a88e0aeda4f486e.so
+lib/libstd-eb573a308cb129c4.so
+lib/libsyntax-af300fb043538e01.so
+lib/libsyntax_ext-24169ca66a5d045a.so
+lib/libsyntax_pos-aff697ae5e500031.so
+lib/libterm-62388301d6227cbd.so
+lib/libtest-c3abb31ab3877b2d.so
 lib/rustlib/x86_64-unknown-openbsd/
 lib/rustlib/x86_64-unknown-openbsd/codegen-backends/
-lib/rustlib/x86_64-unknown-openbsd/codegen-backends/librustc_trans-llvm.so
+lib/rustlib/x86_64-unknown-openbsd/codegen-backends/librustc_codegen_llvm-llvm.so
 lib/rustlib/x86_64-unknown-openbsd/lib/
-lib/rustlib/x86_64-unknown-openbsd/lib/liballoc-a2f7375f75b37f9e.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/liballoc_jemalloc-6646668918ebe196.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/liballoc_system-6a915b817f3d161e.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libar-f10ba87b76e8bca1.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libarena-76aff86e378bc2aa.so
-lib/rustlib/x86_64-unknown-openbsd/lib/libatty-df6e349b0786a738.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libbacktrace-74a617be6bd69e66.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libbacktrace_sys-57335f6f701fe349.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libbitflags-16cf459019683cbe.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libbyteorder-987cb21da7db2a3f.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-76e439259f8119f7.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libcompiler_builtins-80298166845c406d.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libcore-4a670fc4ce67cb5c.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libena-1104f4225a236a41.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libenv_logger-8823b0374e1d3258.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libflate2-919ff1e4655bdc61.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libfmt_macros-fc26d4a62c45c3b1.so
-lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-93799bf4564827e4.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libgraphviz-011132d53f0d3edd.so
-lib/rustlib/x86_64-unknown-openbsd/lib/libhumantime-62743b472c093d46.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libjobserver-8055dd4f04940339.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/liblazy_static-d96befd07c103b16.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/liblazy_static-eb4112478ed9115a.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-daa4bf399966bca2.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-e80d4537ffa407ad.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/liblog-64e350a9c997fc8b.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/liblog_settings-4b33fb88b21c5fdd.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_sys-05f18d72f1790a2a.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libowning_ref-99a6bda0f21b83c6.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_abort-5ceb436f41da6ef8.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_unwind-1ad5ea285e3bb100.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libparking_lot-6df6e53417a3f984.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libparking_lot_core-e7dd8524e2e41bc4.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro-98e9ad99567d4ff4.so
-lib/rustlib/x86_64-unknown-openbsd/lib/libquick_error-8d8386a21d7ea5cc.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/librand-c20b27b7bf3c1373.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libremove_dir_all-a71b97900ea30cf9.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/librls_data-c7507b034796323c.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/librls_span-79fc9a3dc5d5ae06.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc-5827f9e8006a8da6.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_allocator-59700ee0854ee59a.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_apfloat-58683c62bee661f5.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_borrowck-2a46209a32067ef5.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_cratesio_shim-e7077f653c2107f9.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_data_structures-7719a4f5169295b5.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-6a64c540b15bd17a.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver-4ee9c57e5cf2f043.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_errors-d78e5601f8577778.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_incremental-67e6a0a43e5eb1e4.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lint-818f20f3d6480775.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_metadata-bcb6757ab4babd0c.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir-1c2287151d9175ff.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_passes-27d188d33a684c4f.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_platform_intrinsics-c75c74d41c1e193d.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_plugin-e10eba931e35569f.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_privacy-b21d8785f1779320.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_resolve-f4924c9ec2a832d3.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_save_analysis-057b2f324aeab2fb.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_serialize-bc0ca3681d764b3f.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_target-c2e897558c5f416b.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_traits-bad5717fac13b94f.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_trans_utils-bbb697d6de4ae5cd.so
-lib/rustlib/x86_64-unknown-openbsd/lib/librustc_typeck-92d89c95ea9a39ed.so
-lib/rustlib/x86_64-unknown-openbsd/lib/libscoped_tls-521c5ae32a8af7ce.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libserialize-90d940c4cf1e5e12.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libserialize-90d940c4cf1e5e12.so
-lib/rustlib/x86_64-unknown-openbsd/lib/libsmallvec-bd25edd58a9a7424.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libstable_deref_trait-862d69f1bf22a645.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libstd-a442a45e76cd9395.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libstd-a442a45e76cd9395.so
-lib/rustlib/x86_64-unknown-openbsd/lib/libstd_unicode-b4e4c1da6060cd5b.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libsyntax-bc0e4fc63db02140.so
-lib/rustlib/x86_64-unknown-openbsd/lib/libsyntax_ext-69dbbaba728f85f9.so
-lib/rustlib/x86_64-unknown-openbsd/lib/libsyntax_pos-7341170b7ee540f3.so
-lib/rustlib/x86_64-unknown-openbsd/lib/libtempdir-54cb7c35a6edc869.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libterm-948bfee634e49a8a.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libterm-948bfee634e49a8a.so
-lib/rustlib/x86_64-unknown-openbsd/lib/libtermcolor-1a855644c97161ab.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libtest-f28dbac29cc84ff3.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libtest-f28dbac29cc84ff3.so
-lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-44d369a350fdb2a4.rlib
-lib/rustlib/x86_64-unknown-openbsd/lib/libunwind-a0b333cae708bcc0.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/liballoc-1918a7e2026da9bb.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/liballoc_jemalloc-c5e92cc8ef91b993.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/liballoc_system-96c5313c0b434738.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libar-d6efbaf790838fff.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libarena-cda655a3e4b91e6c.so
+lib/rustlib/x86_64-unknown-openbsd/lib/libarrayvec-398013bea374ebff.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libatty-fd8de3957efa734a.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libbacktrace-18560efa5108ad7b.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libbacktrace_sys-fbb931866da17706.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libbitflags-9aabff913a694b23.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libbyteorder-19dc604da0938bc8.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libcfg_if-96767407fe68fb40.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libchalk_engine-66ee739840a55a92.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libchalk_macros-c1bb0b58db6f0ba7.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libcompiler_builtins-34f2a007cb63175c.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libcore-445d09d2696c8a51.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libcrossbeam_deque-79c1241b6f3288b9.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libcrossbeam_epoch-50c37e840db1a0a4.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libcrossbeam_utils-32592f997f90c0de.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libdatafrog-9d7ad957f669dde9.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libeither-48866ca493a79e0e.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libena-8203d3ad4046fcb2.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libenv_logger-7c27977220b0e2ce.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libflate2-b496e95254903e98.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libfmt_macros-21256d1e0b9081e1.so
+lib/rustlib/x86_64-unknown-openbsd/lib/libgetopts-568661ea7b8494e6.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libgraphviz-db8f49dd3abbd086.so
+lib/rustlib/x86_64-unknown-openbsd/lib/libhumantime-7912d30aaf8212f5.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libjobserver-c1f3f4153a12a6ea.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/liblazy_static-0188d90dd93d7666.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/liblazy_static-b783c59d0b2366d8.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-25425a7485d35311.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/liblibc-79632c1db9c6dea9.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/liblog-620cb778ef152b9d.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/liblog_settings-a1f5c9b43a1acee2.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libmemoffset-0f746789ef9549fd.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libminiz_sys-371c8c3f9b95d229.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libnodrop-b11902f668134c63.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libnum_cpus-68e03a2709db2d99.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libowning_ref-62cfa84720875416.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_abort-f0a6c79e4979bfb0.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libpanic_unwind-03acfeed5f84c432.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libparking_lot-649136bb4c3a6852.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libparking_lot_core-3ce0799589cc1064.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libpolonius_engine-5186bced7cef153c.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libproc_macro-456df14a8bb9085c.so
+lib/rustlib/x86_64-unknown-openbsd/lib/libquick_error-adf9fe85a640658b.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/librand-f961c0336d2df8d9.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libremove_dir_all-a5277008e7178104.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/librls_data-e82fc3ce4c828c13.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/librls_span-87a4fb4f455c7d4f.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc-ebf908c016a7d4cc.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_allocator-2131ecea4a738eae.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_apfloat-7c3eb0c26921af99.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_borrowck-c2885c39465ee5b5.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_codegen_utils-bc2c145bd631114e.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_cratesio_shim-9c92584da6800ced.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_data_structures-1a27b5d6824b1fdf.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_demangle-8f88deb354e38b2f.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_driver-ecb574a2e64154d3.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_errors-8f66216dd1ef0526.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_hash-1515eb848beb0e36.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_incremental-9449916e8d1dcd71.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_lint-c9e3ed7fda50958c.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_metadata-892c30450740dd0c.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_mir-2679395e08059bfb.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_passes-cc1dd542afee4ccc.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_platform_intrinsics-1f9c9547368ebecc.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_plugin-9f404502c5ef3240.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_privacy-8f594676179e8911.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_rayon-dae13e370220ae67.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_rayon_core-fedbc870e20b8081.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_resolve-e96e3af64ae30c22.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_save_analysis-287682f65b73937f.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_serialize-60e1f724eef44651.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_target-f014a1da5bfdaa5d.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_traits-f6deb4b5f81ae4a2.so
+lib/rustlib/x86_64-unknown-openbsd/lib/librustc_typeck-0d626cc7146d21dd.so
+lib/rustlib/x86_64-unknown-openbsd/lib/libscoped_tls-5ff944691019074c.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libscopeguard-6a5ed9adc0ffdcfd.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libserialize-9a88e0aeda4f486e.so
+lib/rustlib/x86_64-unknown-openbsd/lib/libsmallvec-aa4c7c2f7904f644.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libstable_deref_trait-115e29d2f5808a7d.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libstd-eb573a308cb129c4.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libstd-eb573a308cb129c4.so
+lib/rustlib/x86_64-unknown-openbsd/lib/libstd_unicode-f14d59d61004907c.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libsyntax-af300fb043538e01.so
+lib/rustlib/x86_64-unknown-openbsd/lib/libsyntax_ext-24169ca66a5d045a.so
+lib/rustlib/x86_64-unknown-openbsd/lib/libsyntax_pos-aff697ae5e500031.so
+lib/rustlib/x86_64-unknown-openbsd/lib/libtempdir-c16cde3c0bc84ebd.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libterm-62388301d6227cbd.so
+lib/rustlib/x86_64-unknown-openbsd/lib/libtermcolor-76cf8cf51647dca2.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libtest-c3abb31ab3877b2d.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libtest-c3abb31ab3877b2d.so
+lib/rustlib/x86_64-unknown-openbsd/lib/libunicode_width-89abec964d8fec73.rlib
+lib/rustlib/x86_64-unknown-openbsd/lib/libunwind-1dcc34d8f5d136cb.rlib
Index: pkg/PFRAG.i386-main
===================================================================
RCS file: /cvs/ports/lang/rust/pkg/PFRAG.i386-main,v
retrieving revision 1.19
diff -u -p -r1.19 PFRAG.i386-main
--- pkg/PFRAG.i386-main 23 Jul 2018 06:56:44 -0000      1.19
+++ pkg/PFRAG.i386-main 1 Aug 2018 07:54:06 -0000
@@ -1,119 +1,133 @@
 @comment $OpenBSD: PFRAG.i386-main,v 1.19 2018/07/23 06:56:44 landry Exp $
-lib/libarena-0e0524c9059c8986.so
-lib/libfmt_macros-d6606940cd9a0ed9.so
-lib/libgraphviz-dc5be86340607fb2.so
-lib/libproc_macro-e358da1ffeda3f47.so
-lib/librustc-1b3fa7484f0d9840.so
-lib/librustc_allocator-9402aeec57d60956.so
-lib/librustc_borrowck-69edfb14d3e999ff.so
-lib/librustc_cratesio_shim-0dcd95c3acb67bae.so
-lib/librustc_data_structures-b538674b5b355c6b.so
-lib/librustc_driver-76d03b1e597f74d5.so
-lib/librustc_errors-a8b84ba4c2ec070e.so
-lib/librustc_incremental-aec72c78fef685ac.so
-lib/librustc_lint-52807ffb5520ee5e.so
-lib/librustc_metadata-f307184615e7b764.so
-lib/librustc_mir-81b45367399c8d4a.so
-lib/librustc_passes-68bdcb8d12c9c267.so
-lib/librustc_platform_intrinsics-39b2b12268f48f97.so
-lib/librustc_plugin-0664b31ff41163ce.so
-lib/librustc_privacy-eec59fc12040a232.so
-lib/librustc_resolve-b1bc102687d07a72.so
-lib/librustc_save_analysis-b8e7dd722abff76d.so
-lib/librustc_target-a39881637dcbc49b.so
-lib/librustc_traits-af84bcb2acbf6cf2.so
-lib/librustc_trans_utils-55d21878d63b199c.so
-lib/librustc_typeck-cf4a2af922148be4.so
-lib/libserialize-d2871ff2d0affd1a.so
-lib/libstd-ed1f1bf8f8b52272.so
-lib/libsyntax-e92810d306ad6d1e.so
-lib/libsyntax_ext-ae94d56777a978a0.so
-lib/libsyntax_pos-bc990787c40ac5d5.so
-lib/libterm-84d0663c94e6e33b.so
-lib/libtest-eaef286e9358183d.so
+lib/libarena-29a8b18e2ce7f987.so
+lib/libfmt_macros-1c781ecbcfd200f2.so
+lib/libgraphviz-a48884a6595ab803.so
+lib/libproc_macro-8b633fca1fb1ee2a.so
+lib/librustc-a7954aa647a1bdc6.so
+lib/librustc_allocator-2bb987080cba576b.so
+lib/librustc_borrowck-06b884990d32fc28.so
+lib/librustc_codegen_utils-b897cace379cb0bf.so
+lib/librustc_cratesio_shim-e6964daa8193388a.so
+lib/librustc_data_structures-71e83a18d10d2986.so
+lib/librustc_driver-c6e4553daad0c2b5.so
+lib/librustc_errors-f894ba9dac4a0e24.so
+lib/librustc_incremental-761fafd2bda51ee3.so
+lib/librustc_lint-ec92a22a9449c312.so
+lib/librustc_metadata-b3a5ab7426dc2cce.so
+lib/librustc_mir-8d9d2053c88cd5a6.so
+lib/librustc_passes-c175574bd04f2158.so
+lib/librustc_platform_intrinsics-9c7a97e2d2aca540.so
+lib/librustc_plugin-228d0514eb428b4c.so
+lib/librustc_privacy-a892b4e23a847944.so
+lib/librustc_resolve-afbe39e8fcb8898c.so
+lib/librustc_save_analysis-31089561d331fac0.so
+lib/librustc_target-246bcb938ddc4303.so
+lib/librustc_traits-b8f479f85fbfed57.so
+lib/librustc_typeck-8700e937aad6f4c6.so
+lib/libserialize-9480ca10c9a6be9e.so
+lib/libstd-c6fab95204db6e83.so
+lib/libsyntax-b8c6bb4726a67777.so
+lib/libsyntax_ext-7fda18d2105530da.so
+lib/libsyntax_pos-3a0e82f67f5da4c7.so
+lib/libterm-3493ebf880e40a3f.so
+lib/libtest-2cc07ab5dbc2837f.so
 lib/rustlib/i686-unknown-openbsd/
 lib/rustlib/i686-unknown-openbsd/codegen-backends/
-lib/rustlib/i686-unknown-openbsd/codegen-backends/librustc_trans-llvm.so
+lib/rustlib/i686-unknown-openbsd/codegen-backends/librustc_codegen_llvm-llvm.so
 lib/rustlib/i686-unknown-openbsd/lib/
-lib/rustlib/i686-unknown-openbsd/lib/liballoc-186076a67728f26d.rlib
-lib/rustlib/i686-unknown-openbsd/lib/liballoc_jemalloc-31d7397845c1b204.rlib
-lib/rustlib/i686-unknown-openbsd/lib/liballoc_system-826f59a18307f038.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libar-eb933d115e219c8a.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libarena-0e0524c9059c8986.so
-lib/rustlib/i686-unknown-openbsd/lib/libatty-e5a9d6cf13f72d0e.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libbacktrace-309f291139c6c84f.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libbacktrace_sys-ee8ca3bf75437aeb.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libbitflags-339c0944ba806b71.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libbyteorder-db91e7ca25d7063b.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libcfg_if-df6684d6f496f4b9.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libcompiler_builtins-b095cbfb60c69549.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libcore-501ad0b801b1f04e.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libena-cd9ac4bcdf74c978.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libenv_logger-180a6a6670583b99.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libflate2-0029d5d463b2b9e9.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libfmt_macros-d6606940cd9a0ed9.so
-lib/rustlib/i686-unknown-openbsd/lib/libgetopts-26b1280b33b0a763.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libgraphviz-dc5be86340607fb2.so
-lib/rustlib/i686-unknown-openbsd/lib/libhumantime-5233a30372cecb2b.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libjobserver-15975b8eafe817ca.rlib
-lib/rustlib/i686-unknown-openbsd/lib/liblazy_static-70f50b6403e5cc1a.rlib
-lib/rustlib/i686-unknown-openbsd/lib/liblazy_static-f9daf118708336f3.rlib
-lib/rustlib/i686-unknown-openbsd/lib/liblibc-13a0c5939c7f99d8.rlib
-lib/rustlib/i686-unknown-openbsd/lib/liblibc-cdc50f7e23313261.rlib
-lib/rustlib/i686-unknown-openbsd/lib/liblog-3b864022c35566b7.rlib
-lib/rustlib/i686-unknown-openbsd/lib/liblog_settings-e722c9323367b14d.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libminiz_sys-581810f9c78877a7.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libowning_ref-0f8afc89fa154d5b.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libpanic_abort-06376f7ead9bf952.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libpanic_unwind-48f34e62f8305d97.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libparking_lot-a31f7278b2c5dc32.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libparking_lot_core-2824b5824faaae63.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libproc_macro-e358da1ffeda3f47.so
-lib/rustlib/i686-unknown-openbsd/lib/libquick_error-2ab3c7bb6869393f.rlib
-lib/rustlib/i686-unknown-openbsd/lib/librand-bbdd9ca57e2f9539.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libremove_dir_all-b7f529f6db6becb2.rlib
-lib/rustlib/i686-unknown-openbsd/lib/librls_data-c88ccf0265d3edb9.rlib
-lib/rustlib/i686-unknown-openbsd/lib/librls_span-6265b47b715825c8.rlib
-lib/rustlib/i686-unknown-openbsd/lib/librustc-1b3fa7484f0d9840.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_allocator-9402aeec57d60956.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_apfloat-72825ed47b063c23.rlib
-lib/rustlib/i686-unknown-openbsd/lib/librustc_borrowck-69edfb14d3e999ff.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_cratesio_shim-0dcd95c3acb67bae.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_data_structures-b538674b5b355c6b.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_demangle-4321fb6e893e57d3.rlib
-lib/rustlib/i686-unknown-openbsd/lib/librustc_driver-76d03b1e597f74d5.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_errors-a8b84ba4c2ec070e.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_incremental-aec72c78fef685ac.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_lint-52807ffb5520ee5e.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_metadata-f307184615e7b764.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_mir-81b45367399c8d4a.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_passes-68bdcb8d12c9c267.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_platform_intrinsics-39b2b12268f48f97.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_plugin-0664b31ff41163ce.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_privacy-eec59fc12040a232.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_resolve-b1bc102687d07a72.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_save_analysis-b8e7dd722abff76d.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_serialize-e65fa97ea90a2bf9.rlib
-lib/rustlib/i686-unknown-openbsd/lib/librustc_target-a39881637dcbc49b.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_traits-af84bcb2acbf6cf2.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_trans_utils-55d21878d63b199c.so
-lib/rustlib/i686-unknown-openbsd/lib/librustc_typeck-cf4a2af922148be4.so
-lib/rustlib/i686-unknown-openbsd/lib/libscoped_tls-264db7a7aa97040e.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libserialize-d2871ff2d0affd1a.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libserialize-d2871ff2d0affd1a.so
-lib/rustlib/i686-unknown-openbsd/lib/libsmallvec-881b3f0f8cc992ee.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libstable_deref_trait-1ea01b0d5b0e9331.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libstd-ed1f1bf8f8b52272.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libstd-ed1f1bf8f8b52272.so
-lib/rustlib/i686-unknown-openbsd/lib/libstd_unicode-2256237e021a86f3.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libsyntax-e92810d306ad6d1e.so
-lib/rustlib/i686-unknown-openbsd/lib/libsyntax_ext-ae94d56777a978a0.so
-lib/rustlib/i686-unknown-openbsd/lib/libsyntax_pos-bc990787c40ac5d5.so
-lib/rustlib/i686-unknown-openbsd/lib/libtempdir-09755f940cb2ea08.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libterm-84d0663c94e6e33b.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libterm-84d0663c94e6e33b.so
-lib/rustlib/i686-unknown-openbsd/lib/libtermcolor-6dd1367a82ddc116.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libtest-eaef286e9358183d.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libtest-eaef286e9358183d.so
-lib/rustlib/i686-unknown-openbsd/lib/libunicode_width-1c2dc9ba54dba8dc.rlib
-lib/rustlib/i686-unknown-openbsd/lib/libunwind-38a014cf1333e540.rlib
+lib/rustlib/i686-unknown-openbsd/lib/liballoc-5f2cb937f77a0f8f.rlib
+lib/rustlib/i686-unknown-openbsd/lib/liballoc_jemalloc-d05f59d166b2e922.rlib
+lib/rustlib/i686-unknown-openbsd/lib/liballoc_system-f31973932aba5fa0.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libar-290aeb994664d2f5.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libarena-29a8b18e2ce7f987.so
+lib/rustlib/i686-unknown-openbsd/lib/libarrayvec-defca2b2e8701ee2.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libatty-c83be06b3c59d5b3.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libbacktrace-7b543b9bc2ccb911.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libbacktrace_sys-50cb1109b09ef97e.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libbitflags-46e68a37dd8aa0f5.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libbyteorder-bcb03988361da410.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libcfg_if-dc96b2892d517c04.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libchalk_engine-851cdecdeca65ef1.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libchalk_macros-03a87a128d97f4de.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libcompiler_builtins-332a6961c7dcd3a5.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libcore-be50725927267fbe.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libcrossbeam_deque-0e51c406f4dfc03f.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libcrossbeam_epoch-370cd6d9a3f6e05c.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libcrossbeam_utils-d6c8d15623a7c3e4.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libdatafrog-0cf698a485d0a318.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libeither-6eff6311ba8e402b.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libena-9290deacad24df58.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libenv_logger-d0cdf649a795345a.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libflate2-c32e18b3e07f2d97.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libfmt_macros-1c781ecbcfd200f2.so
+lib/rustlib/i686-unknown-openbsd/lib/libgetopts-185cf989098d2d46.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libgraphviz-a48884a6595ab803.so
+lib/rustlib/i686-unknown-openbsd/lib/libhumantime-52dcd3463955e1f1.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libjobserver-1f0893b80313e5a0.rlib
+lib/rustlib/i686-unknown-openbsd/lib/liblazy_static-1a66e9c1e705b6eb.rlib
+lib/rustlib/i686-unknown-openbsd/lib/liblazy_static-bfb1a2d0cfceea2d.rlib
+lib/rustlib/i686-unknown-openbsd/lib/liblibc-9cfcca0b46ac3df7.rlib
+lib/rustlib/i686-unknown-openbsd/lib/liblibc-fc953255109fceb7.rlib
+lib/rustlib/i686-unknown-openbsd/lib/liblog-2ffd3bd72cf7b8ef.rlib
+lib/rustlib/i686-unknown-openbsd/lib/liblog_settings-71a38b58a367fdb3.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libmemoffset-6f94a678f1ab848f.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libminiz_sys-55caeb9aa94e1af3.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libnodrop-1c6a31f4a69d0839.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libnum_cpus-e745d11a61f8b197.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libowning_ref-19acb253a4fb246f.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libpanic_abort-3a02bacaf869b25d.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libpanic_unwind-bdae35806814e366.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libparking_lot-eae7dd809aa1956b.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libparking_lot_core-5a656818377e2c11.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libpolonius_engine-4fa3ccead96cdc49.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libproc_macro-8b633fca1fb1ee2a.so
+lib/rustlib/i686-unknown-openbsd/lib/libquick_error-256ff0a502b1184a.rlib
+lib/rustlib/i686-unknown-openbsd/lib/librand-47eb23bc937bd37f.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libremove_dir_all-92053c62af298590.rlib
+lib/rustlib/i686-unknown-openbsd/lib/librls_data-1e5c016109b6fcc3.rlib
+lib/rustlib/i686-unknown-openbsd/lib/librls_span-5b12ae9adb3454f2.rlib
+lib/rustlib/i686-unknown-openbsd/lib/librustc-a7954aa647a1bdc6.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_allocator-2bb987080cba576b.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_apfloat-f14cc93d199e8b09.rlib
+lib/rustlib/i686-unknown-openbsd/lib/librustc_borrowck-06b884990d32fc28.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_codegen_utils-b897cace379cb0bf.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_cratesio_shim-e6964daa8193388a.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_data_structures-71e83a18d10d2986.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_demangle-8718a3da169af324.rlib
+lib/rustlib/i686-unknown-openbsd/lib/librustc_driver-c6e4553daad0c2b5.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_errors-f894ba9dac4a0e24.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_hash-a08cdf86b1b4e50b.rlib
+lib/rustlib/i686-unknown-openbsd/lib/librustc_incremental-761fafd2bda51ee3.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_lint-ec92a22a9449c312.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_metadata-b3a5ab7426dc2cce.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_mir-8d9d2053c88cd5a6.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_passes-c175574bd04f2158.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_platform_intrinsics-9c7a97e2d2aca540.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_plugin-228d0514eb428b4c.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_privacy-a892b4e23a847944.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_rayon-d8866c68cf8d1200.rlib
+lib/rustlib/i686-unknown-openbsd/lib/librustc_rayon_core-48888494f69e3050.rlib
+lib/rustlib/i686-unknown-openbsd/lib/librustc_resolve-afbe39e8fcb8898c.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_save_analysis-31089561d331fac0.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_serialize-8351946d0caa47d7.rlib
+lib/rustlib/i686-unknown-openbsd/lib/librustc_target-246bcb938ddc4303.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_traits-b8f479f85fbfed57.so
+lib/rustlib/i686-unknown-openbsd/lib/librustc_typeck-8700e937aad6f4c6.so
+lib/rustlib/i686-unknown-openbsd/lib/libscoped_tls-0049749f7763fb97.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libscopeguard-c42629df979e17e1.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libserialize-9480ca10c9a6be9e.so
+lib/rustlib/i686-unknown-openbsd/lib/libsmallvec-6869cd50dca5dba7.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libstable_deref_trait-b96f0f20aa7f2eb5.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libstd-c6fab95204db6e83.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libstd-c6fab95204db6e83.so
+lib/rustlib/i686-unknown-openbsd/lib/libstd_unicode-bda5cd2610d39a5e.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libsyntax-b8c6bb4726a67777.so
+lib/rustlib/i686-unknown-openbsd/lib/libsyntax_ext-7fda18d2105530da.so
+lib/rustlib/i686-unknown-openbsd/lib/libsyntax_pos-3a0e82f67f5da4c7.so
+lib/rustlib/i686-unknown-openbsd/lib/libtempdir-17eb35057ac22c9f.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libterm-3493ebf880e40a3f.so
+lib/rustlib/i686-unknown-openbsd/lib/libtermcolor-320f009132f98fad.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libtest-2cc07ab5dbc2837f.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libtest-2cc07ab5dbc2837f.so
+lib/rustlib/i686-unknown-openbsd/lib/libunicode_width-a3fa1f922aef3c9e.rlib
+lib/rustlib/i686-unknown-openbsd/lib/libunwind-284eb88b0f2fb35f.rlib
Index: pkg/PLIST-doc
===================================================================
RCS file: /cvs/ports/lang/rust/pkg/PLIST-doc,v
retrieving revision 1.30
diff -u -p -r1.30 PLIST-doc
--- pkg/PLIST-doc       29 Jun 2018 05:19:47 -0000      1.30
+++ pkg/PLIST-doc       1 Aug 2018 07:07:16 -0000
@@ -24,16 +24,36 @@ share/doc/rust/html/aliases.js
 share/doc/rust/html/alloc/
 share/doc/rust/html/alloc/all.html
 share/doc/rust/html/alloc/alloc/
+share/doc/rust/html/alloc/alloc/Alloc.t.html
+share/doc/rust/html/alloc/alloc/AllocErr.t.html
+share/doc/rust/html/alloc/alloc/CannotReallocInPlace.t.html
+share/doc/rust/html/alloc/alloc/CollectionAllocErr.t.html
+share/doc/rust/html/alloc/alloc/Excess.t.html
 share/doc/rust/html/alloc/alloc/Global.t.html
-share/doc/rust/html/alloc/alloc/Heap.t.html
-share/doc/rust/html/alloc/alloc/Heap.v.html
-share/doc/rust/html/alloc/alloc/constant.Heap.html
-share/doc/rust/html/alloc/alloc/fn.oom.html
+share/doc/rust/html/alloc/alloc/GlobalAlloc.t.html
+share/doc/rust/html/alloc/alloc/Layout.t.html
+share/doc/rust/html/alloc/alloc/LayoutErr.t.html
+share/doc/rust/html/alloc/alloc/alloc.v.html
+share/doc/rust/html/alloc/alloc/alloc_zeroed.v.html
+share/doc/rust/html/alloc/alloc/dealloc.v.html
+share/doc/rust/html/alloc/alloc/enum.CollectionAllocErr.html
+share/doc/rust/html/alloc/alloc/fn.alloc.html
+share/doc/rust/html/alloc/alloc/fn.alloc_zeroed.html
+share/doc/rust/html/alloc/alloc/fn.dealloc.html
+share/doc/rust/html/alloc/alloc/fn.handle_alloc_error.html
+share/doc/rust/html/alloc/alloc/fn.realloc.html
+share/doc/rust/html/alloc/alloc/handle_alloc_error.v.html
 share/doc/rust/html/alloc/alloc/index.html
-share/doc/rust/html/alloc/alloc/oom.v.html
+share/doc/rust/html/alloc/alloc/realloc.v.html
 share/doc/rust/html/alloc/alloc/sidebar-items.js
+share/doc/rust/html/alloc/alloc/struct.AllocErr.html
+share/doc/rust/html/alloc/alloc/struct.CannotReallocInPlace.html
+share/doc/rust/html/alloc/alloc/struct.Excess.html
 share/doc/rust/html/alloc/alloc/struct.Global.html
-share/doc/rust/html/alloc/alloc/type.Heap.html
+share/doc/rust/html/alloc/alloc/struct.Layout.html
+share/doc/rust/html/alloc/alloc/struct.LayoutErr.html
+share/doc/rust/html/alloc/alloc/trait.Alloc.html
+share/doc/rust/html/alloc/alloc/trait.GlobalAlloc.html
 share/doc/rust/html/alloc/allocator/
 share/doc/rust/html/alloc/allocator/index.html
 share/doc/rust/html/alloc/allocator/sidebar-items.js
@@ -167,6 +187,7 @@ share/doc/rust/html/alloc/btree_set/stru
 share/doc/rust/html/alloc/btree_set/struct.SymmetricDifference.html
 share/doc/rust/html/alloc/btree_set/struct.Union.html
 share/doc/rust/html/alloc/fmt/
+share/doc/rust/html/alloc/fmt/Alignment.t.html
 share/doc/rust/html/alloc/fmt/Arguments.t.html
 share/doc/rust/html/alloc/fmt/Binary.t.html
 share/doc/rust/html/alloc/fmt/Debug.t.html
@@ -186,6 +207,7 @@ share/doc/rust/html/alloc/fmt/Result.t.h
 share/doc/rust/html/alloc/fmt/UpperExp.t.html
 share/doc/rust/html/alloc/fmt/UpperHex.t.html
 share/doc/rust/html/alloc/fmt/Write.t.html
+share/doc/rust/html/alloc/fmt/enum.Alignment.html
 share/doc/rust/html/alloc/fmt/fn.format.html
 share/doc/rust/html/alloc/fmt/fn.write.html
 share/doc/rust/html/alloc/fmt/format.v.html
@@ -212,9 +234,6 @@ share/doc/rust/html/alloc/fmt/trait.Writ
 share/doc/rust/html/alloc/fmt/type.Result.html
 share/doc/rust/html/alloc/fmt/write.v.html
 share/doc/rust/html/alloc/format.m.html
-share/doc/rust/html/alloc/heap/
-share/doc/rust/html/alloc/heap/index.html
-share/doc/rust/html/alloc/heap/sidebar-items.js
 share/doc/rust/html/alloc/index.html
 share/doc/rust/html/alloc/linked_list/
 share/doc/rust/html/alloc/linked_list/DrainFilter.t.html
@@ -264,14 +283,14 @@ share/doc/rust/html/alloc/slice/SplitMut
 share/doc/rust/html/alloc/slice/SplitN.t.html
 share/doc/rust/html/alloc/slice/SplitNMut.t.html
 share/doc/rust/html/alloc/slice/Windows.t.html
+share/doc/rust/html/alloc/slice/fn.from_mut.html
 share/doc/rust/html/alloc/slice/fn.from_raw_parts.html
 share/doc/rust/html/alloc/slice/fn.from_raw_parts_mut.html
 share/doc/rust/html/alloc/slice/fn.from_ref.html
-share/doc/rust/html/alloc/slice/fn.from_ref_mut.html
+share/doc/rust/html/alloc/slice/from_mut.v.html
 share/doc/rust/html/alloc/slice/from_raw_parts.v.html
 share/doc/rust/html/alloc/slice/from_raw_parts_mut.v.html
 share/doc/rust/html/alloc/slice/from_ref.v.html
-share/doc/rust/html/alloc/slice/from_ref_mut.v.html
 share/doc/rust/html/alloc/slice/index.html
 share/doc/rust/html/alloc/slice/sidebar-items.js
 share/doc/rust/html/alloc/slice/struct.Chunks.html
@@ -380,6 +399,42 @@ share/doc/rust/html/alloc/string/struct.
 share/doc/rust/html/alloc/string/struct.FromUtf8Error.html
 share/doc/rust/html/alloc/string/struct.String.html
 share/doc/rust/html/alloc/string/trait.ToString.html
+share/doc/rust/html/alloc/task/
+share/doc/rust/html/alloc/task/Context.t.html
+share/doc/rust/html/alloc/task/Executor.t.html
+share/doc/rust/html/alloc/task/LocalWaker.t.html
+share/doc/rust/html/alloc/task/Poll.t.html
+share/doc/rust/html/alloc/task/SpawnErrorKind.t.html
+share/doc/rust/html/alloc/task/SpawnObjError.t.html
+share/doc/rust/html/alloc/task/TaskObj.t.html
+share/doc/rust/html/alloc/task/UnsafeTask.t.html
+share/doc/rust/html/alloc/task/UnsafeWake.t.html
+share/doc/rust/html/alloc/task/Wake.t.html
+share/doc/rust/html/alloc/task/Waker.t.html
+share/doc/rust/html/alloc/task/enum.Poll.html
+share/doc/rust/html/alloc/task/fn.local_waker.html
+share/doc/rust/html/alloc/task/fn.local_waker_from_nonlocal.html
+share/doc/rust/html/alloc/task/if_arc/
+share/doc/rust/html/alloc/task/if_arc/Wake.t.html
+share/doc/rust/html/alloc/task/if_arc/fn.local_waker.html
+share/doc/rust/html/alloc/task/if_arc/fn.local_waker_from_nonlocal.html
+share/doc/rust/html/alloc/task/if_arc/local_waker.v.html
+share/doc/rust/html/alloc/task/if_arc/local_waker_from_nonlocal.v.html
+share/doc/rust/html/alloc/task/if_arc/trait.Wake.html
+share/doc/rust/html/alloc/task/index.html
+share/doc/rust/html/alloc/task/local_waker.v.html
+share/doc/rust/html/alloc/task/local_waker_from_nonlocal.v.html
+share/doc/rust/html/alloc/task/sidebar-items.js
+share/doc/rust/html/alloc/task/struct.Context.html
+share/doc/rust/html/alloc/task/struct.LocalWaker.html
+share/doc/rust/html/alloc/task/struct.SpawnErrorKind.html
+share/doc/rust/html/alloc/task/struct.SpawnObjError.html
+share/doc/rust/html/alloc/task/struct.TaskObj.html
+share/doc/rust/html/alloc/task/struct.Waker.html
+share/doc/rust/html/alloc/task/trait.Executor.html
+share/doc/rust/html/alloc/task/trait.UnsafeTask.html
+share/doc/rust/html/alloc/task/trait.UnsafeWake.html
+share/doc/rust/html/alloc/task/trait.Wake.html
 share/doc/rust/html/alloc/vec/
 share/doc/rust/html/alloc/vec.m.html
 share/doc/rust/html/alloc/vec/Drain.t.html
@@ -408,6 +463,147 @@ share/doc/rust/html/alloc/vec_deque/stru
 share/doc/rust/html/alloc/vec_deque/struct.IterMut.html
 share/doc/rust/html/alloc/vec_deque/struct.VecDeque.html
 share/doc/rust/html/book/
+share/doc/rust/html/book/2018-edition/
+share/doc/rust/html/book/2018-edition/_FontAwesome/
+share/doc/rust/html/book/2018-edition/_FontAwesome/css/
+share/doc/rust/html/book/2018-edition/_FontAwesome/css/font-awesome.css
+share/doc/rust/html/book/2018-edition/_FontAwesome/fonts/
+share/doc/rust/html/book/2018-edition/_FontAwesome/fonts/FontAwesome.ttf
+share/doc/rust/html/book/2018-edition/_FontAwesome/fonts/fontawesome-webfont.eot
+share/doc/rust/html/book/2018-edition/_FontAwesome/fonts/fontawesome-webfont.svg
+share/doc/rust/html/book/2018-edition/_FontAwesome/fonts/fontawesome-webfont.ttf
+share/doc/rust/html/book/2018-edition/_FontAwesome/fonts/fontawesome-webfont.woff
+share/doc/rust/html/book/2018-edition/_FontAwesome/fonts/fontawesome-webfont.woff2
+share/doc/rust/html/book/2018-edition/appendix-00.html
+share/doc/rust/html/book/2018-edition/appendix-01-keywords.html
+share/doc/rust/html/book/2018-edition/appendix-02-operators.html
+share/doc/rust/html/book/2018-edition/appendix-03-derivable-traits.html
+share/doc/rust/html/book/2018-edition/appendix-04-macros.html
+share/doc/rust/html/book/2018-edition/appendix-05-translation.html
+share/doc/rust/html/book/2018-edition/appendix-06-nightly-rust.html
+share/doc/rust/html/book/2018-edition/ayu-highlight.css
+share/doc/rust/html/book/2018-edition/book.css
+share/doc/rust/html/book/2018-edition/book.js
+share/doc/rust/html/book/2018-edition/ch00-00-introduction.html
+share/doc/rust/html/book/2018-edition/ch01-00-getting-started.html
+share/doc/rust/html/book/2018-edition/ch01-01-installation.html
+share/doc/rust/html/book/2018-edition/ch01-02-hello-world.html
+share/doc/rust/html/book/2018-edition/ch01-03-hello-cargo.html
+share/doc/rust/html/book/2018-edition/ch02-00-guessing-game-tutorial.html
+share/doc/rust/html/book/2018-edition/ch03-00-common-programming-concepts.html
+share/doc/rust/html/book/2018-edition/ch03-01-variables-and-mutability.html
+share/doc/rust/html/book/2018-edition/ch03-02-data-types.html
+share/doc/rust/html/book/2018-edition/ch03-03-how-functions-work.html
+share/doc/rust/html/book/2018-edition/ch03-04-comments.html
+share/doc/rust/html/book/2018-edition/ch03-05-control-flow.html
+share/doc/rust/html/book/2018-edition/ch04-00-understanding-ownership.html
+share/doc/rust/html/book/2018-edition/ch04-01-what-is-ownership.html
+share/doc/rust/html/book/2018-edition/ch04-02-references-and-borrowing.html
+share/doc/rust/html/book/2018-edition/ch04-03-slices.html
+share/doc/rust/html/book/2018-edition/ch05-00-structs.html
+share/doc/rust/html/book/2018-edition/ch05-01-defining-structs.html
+share/doc/rust/html/book/2018-edition/ch05-02-example-structs.html
+share/doc/rust/html/book/2018-edition/ch05-03-method-syntax.html
+share/doc/rust/html/book/2018-edition/ch06-00-enums.html
+share/doc/rust/html/book/2018-edition/ch06-01-defining-an-enum.html
+share/doc/rust/html/book/2018-edition/ch06-02-match.html
+share/doc/rust/html/book/2018-edition/ch06-03-if-let.html
+share/doc/rust/html/book/2018-edition/ch07-00-modules.html
+share/doc/rust/html/book/2018-edition/ch07-01-mod-and-the-filesystem.html
+share/doc/rust/html/book/2018-edition/ch07-02-controlling-visibility-with-pub.html
+share/doc/rust/html/book/2018-edition/ch07-03-importing-names-with-use.html
+share/doc/rust/html/book/2018-edition/ch08-00-common-collections.html
+share/doc/rust/html/book/2018-edition/ch08-01-vectors.html
+share/doc/rust/html/book/2018-edition/ch08-02-strings.html
+share/doc/rust/html/book/2018-edition/ch08-03-hash-maps.html
+share/doc/rust/html/book/2018-edition/ch09-00-error-handling.html
+share/doc/rust/html/book/2018-edition/ch09-01-unrecoverable-errors-with-panic.html
+share/doc/rust/html/book/2018-edition/ch09-02-recoverable-errors-with-result.html
+share/doc/rust/html/book/2018-edition/ch09-03-to-panic-or-not-to-panic.html
+share/doc/rust/html/book/2018-edition/ch10-00-generics.html
+share/doc/rust/html/book/2018-edition/ch10-01-syntax.html
+share/doc/rust/html/book/2018-edition/ch10-02-traits.html
+share/doc/rust/html/book/2018-edition/ch10-03-lifetime-syntax.html
+share/doc/rust/html/book/2018-edition/ch11-00-testing.html
+share/doc/rust/html/book/2018-edition/ch11-01-writing-tests.html
+share/doc/rust/html/book/2018-edition/ch11-02-running-tests.html
+share/doc/rust/html/book/2018-edition/ch11-03-test-organization.html
+share/doc/rust/html/book/2018-edition/ch12-00-an-io-project.html
+share/doc/rust/html/book/2018-edition/ch12-01-accepting-command-line-arguments.html
+share/doc/rust/html/book/2018-edition/ch12-02-reading-a-file.html
+share/doc/rust/html/book/2018-edition/ch12-03-improving-error-handling-and-modularity.html
+share/doc/rust/html/book/2018-edition/ch12-04-testing-the-librarys-functionality.html
+share/doc/rust/html/book/2018-edition/ch12-05-working-with-environment-variables.html
+share/doc/rust/html/book/2018-edition/ch12-06-writing-to-stderr-instead-of-stdout.html
+share/doc/rust/html/book/2018-edition/ch13-00-functional-features.html
+share/doc/rust/html/book/2018-edition/ch13-01-closures.html
+share/doc/rust/html/book/2018-edition/ch13-02-iterators.html
+share/doc/rust/html/book/2018-edition/ch13-03-improving-our-io-project.html
+share/doc/rust/html/book/2018-edition/ch13-04-performance.html
+share/doc/rust/html/book/2018-edition/ch14-00-more-about-cargo.html
+share/doc/rust/html/book/2018-edition/ch14-01-release-profiles.html
+share/doc/rust/html/book/2018-edition/ch14-02-publishing-to-crates-io.html
+share/doc/rust/html/book/2018-edition/ch14-03-cargo-workspaces.html
+share/doc/rust/html/book/2018-edition/ch14-04-installing-binaries.html
+share/doc/rust/html/book/2018-edition/ch14-05-extending-cargo.html
+share/doc/rust/html/book/2018-edition/ch15-00-smart-pointers.html
+share/doc/rust/html/book/2018-edition/ch15-01-box.html
+share/doc/rust/html/book/2018-edition/ch15-02-deref.html
+share/doc/rust/html/book/2018-edition/ch15-03-drop.html
+share/doc/rust/html/book/2018-edition/ch15-04-rc.html
+share/doc/rust/html/book/2018-edition/ch15-05-interior-mutability.html
+share/doc/rust/html/book/2018-edition/ch15-06-reference-cycles.html
+share/doc/rust/html/book/2018-edition/ch16-00-concurrency.html
+share/doc/rust/html/book/2018-edition/ch16-01-threads.html
+share/doc/rust/html/book/2018-edition/ch16-02-message-passing.html
+share/doc/rust/html/book/2018-edition/ch16-03-shared-state.html
+share/doc/rust/html/book/2018-edition/ch16-04-extensible-concurrency-sync-and-send.html
+share/doc/rust/html/book/2018-edition/ch17-00-oop.html
+share/doc/rust/html/book/2018-edition/ch17-01-what-is-oo.html
+share/doc/rust/html/book/2018-edition/ch17-02-trait-objects.html
+share/doc/rust/html/book/2018-edition/ch17-03-oo-design-patterns.html
+share/doc/rust/html/book/2018-edition/ch18-00-patterns.html
+share/doc/rust/html/book/2018-edition/ch18-01-all-the-places-for-patterns.html
+share/doc/rust/html/book/2018-edition/ch18-02-refutability.html
+share/doc/rust/html/book/2018-edition/ch18-03-pattern-syntax.html
+share/doc/rust/html/book/2018-edition/ch19-00-advanced-features.html
+share/doc/rust/html/book/2018-edition/ch19-01-unsafe-rust.html
+share/doc/rust/html/book/2018-edition/ch19-02-advanced-lifetimes.html
+share/doc/rust/html/book/2018-edition/ch19-03-advanced-traits.html
+share/doc/rust/html/book/2018-edition/ch19-04-advanced-types.html
+share/doc/rust/html/book/2018-edition/ch19-05-advanced-functions-and-closures.html
+share/doc/rust/html/book/2018-edition/ch20-00-final-project-a-web-server.html
+share/doc/rust/html/book/2018-edition/ch20-01-single-threaded.html
+share/doc/rust/html/book/2018-edition/ch20-02-multithreaded.html
+share/doc/rust/html/book/2018-edition/ch20-03-graceful-shutdown-and-cleanup.html
+share/doc/rust/html/book/2018-edition/clipboard.min.js
+share/doc/rust/html/book/2018-edition/elasticlunr.min.js
+share/doc/rust/html/book/2018-edition/favicon.png
+share/doc/rust/html/book/2018-edition/foreword.html
+share/doc/rust/html/book/2018-edition/highlight.css
+share/doc/rust/html/book/2018-edition/highlight.js
+share/doc/rust/html/book/2018-edition/img/
+share/doc/rust/html/book/2018-edition/img/trpl04-01.svg
+share/doc/rust/html/book/2018-edition/img/trpl04-02.svg
+share/doc/rust/html/book/2018-edition/img/trpl04-03.svg
+share/doc/rust/html/book/2018-edition/img/trpl04-04.svg
+share/doc/rust/html/book/2018-edition/img/trpl04-05.svg
+share/doc/rust/html/book/2018-edition/img/trpl04-06.svg
+share/doc/rust/html/book/2018-edition/img/trpl14-01.png
+share/doc/rust/html/book/2018-edition/img/trpl14-02.png
+share/doc/rust/html/book/2018-edition/img/trpl14-03.png
+share/doc/rust/html/book/2018-edition/img/trpl14-04.png
+share/doc/rust/html/book/2018-edition/img/trpl15-01.svg
+share/doc/rust/html/book/2018-edition/img/trpl15-02.svg
+share/doc/rust/html/book/2018-edition/img/trpl15-03.svg
+share/doc/rust/html/book/2018-edition/img/trpl15-04.svg
+share/doc/rust/html/book/2018-edition/img/trpl20-01.png
+share/doc/rust/html/book/2018-edition/index.html
+share/doc/rust/html/book/2018-edition/mark.min.js
+share/doc/rust/html/book/2018-edition/print.html
+share/doc/rust/html/book/2018-edition/searcher.js
+share/doc/rust/html/book/2018-edition/searchindex.js
+share/doc/rust/html/book/2018-edition/tomorrow-night.css
 share/doc/rust/html/book/README.html
 share/doc/rust/html/book/SUMMARY.html
 share/doc/rust/html/book/associated-types.html
@@ -770,9 +966,7 @@ share/doc/rust/html/core/alloc/Excess.t.
 share/doc/rust/html/core/alloc/GlobalAlloc.t.html
 share/doc/rust/html/core/alloc/Layout.t.html
 share/doc/rust/html/core/alloc/LayoutErr.t.html
-share/doc/rust/html/core/alloc/Opaque.t.html
 share/doc/rust/html/core/alloc/enum.CollectionAllocErr.html
-share/doc/rust/html/core/alloc/foreigntype.Opaque.html
 share/doc/rust/html/core/alloc/index.html
 share/doc/rust/html/core/alloc/sidebar-items.js
 share/doc/rust/html/core/alloc/struct.AllocErr.html
@@ -8714,7 +8908,9 @@ share/doc/rust/html/core/f32/consts/FRAC
 share/doc/rust/html/core/f32/consts/FRAC_PI_8.v.html
 share/doc/rust/html/core/f32/consts/LN_10.v.html
 share/doc/rust/html/core/f32/consts/LN_2.v.html
+share/doc/rust/html/core/f32/consts/LOG10_2.v.html
 share/doc/rust/html/core/f32/consts/LOG10_E.v.html
+share/doc/rust/html/core/f32/consts/LOG2_10.v.html
 share/doc/rust/html/core/f32/consts/LOG2_E.v.html
 share/doc/rust/html/core/f32/consts/PI.v.html
 share/doc/rust/html/core/f32/consts/SQRT_2.v.html
@@ -8730,7 +8926,9 @@ share/doc/rust/html/core/f32/consts/cons
 share/doc/rust/html/core/f32/consts/constant.FRAC_PI_8.html
 share/doc/rust/html/core/f32/consts/constant.LN_10.html
 share/doc/rust/html/core/f32/consts/constant.LN_2.html
+share/doc/rust/html/core/f32/consts/constant.LOG10_2.html
 share/doc/rust/html/core/f32/consts/constant.LOG10_E.html
+share/doc/rust/html/core/f32/consts/constant.LOG2_10.html
 share/doc/rust/html/core/f32/consts/constant.LOG2_E.html
 share/doc/rust/html/core/f32/consts/constant.PI.html
 share/doc/rust/html/core/f32/consts/constant.SQRT_2.html
@@ -8780,7 +8978,9 @@ share/doc/rust/html/core/f64/consts/FRAC
 share/doc/rust/html/core/f64/consts/FRAC_PI_8.v.html
 share/doc/rust/html/core/f64/consts/LN_10.v.html
 share/doc/rust/html/core/f64/consts/LN_2.v.html
+share/doc/rust/html/core/f64/consts/LOG10_2.v.html
 share/doc/rust/html/core/f64/consts/LOG10_E.v.html
+share/doc/rust/html/core/f64/consts/LOG2_10.v.html
 share/doc/rust/html/core/f64/consts/LOG2_E.v.html
 share/doc/rust/html/core/f64/consts/PI.v.html
 share/doc/rust/html/core/f64/consts/SQRT_2.v.html
@@ -8796,7 +8996,9 @@ share/doc/rust/html/core/f64/consts/cons
 share/doc/rust/html/core/f64/consts/constant.FRAC_PI_8.html
 share/doc/rust/html/core/f64/consts/constant.LN_10.html
 share/doc/rust/html/core/f64/consts/constant.LN_2.html
+share/doc/rust/html/core/f64/consts/constant.LOG10_2.html
 share/doc/rust/html/core/f64/consts/constant.LOG10_E.html
+share/doc/rust/html/core/f64/consts/constant.LOG2_10.html
 share/doc/rust/html/core/f64/consts/constant.LOG2_E.html
 share/doc/rust/html/core/f64/consts/constant.PI.html
 share/doc/rust/html/core/f64/consts/constant.SQRT_2.html
@@ -8862,6 +9064,11 @@ share/doc/rust/html/core/fmt/trait.Write
 share/doc/rust/html/core/fmt/type.Result.html
 share/doc/rust/html/core/fmt/write.v.html
 share/doc/rust/html/core/format_args.m.html
+share/doc/rust/html/core/future/
+share/doc/rust/html/core/future/Future.t.html
+share/doc/rust/html/core/future/index.html
+share/doc/rust/html/core/future/sidebar-items.js
+share/doc/rust/html/core/future/trait.Future.html
 share/doc/rust/html/core/hash/
 share/doc/rust/html/core/hash/BuildHasher.t.html
 share/doc/rust/html/core/hash/BuildHasherDefault.t.html
@@ -8878,9 +9085,6 @@ share/doc/rust/html/core/hash/struct.Sip
 share/doc/rust/html/core/hash/trait.BuildHasher.html
 share/doc/rust/html/core/hash/trait.Hash.html
 share/doc/rust/html/core/hash/trait.Hasher.html
-share/doc/rust/html/core/heap/
-share/doc/rust/html/core/heap/index.html
-share/doc/rust/html/core/heap/sidebar-items.js
 share/doc/rust/html/core/hint/
 share/doc/rust/html/core/hint/fn.unreachable_unchecked.html
 share/doc/rust/html/core/hint/index.html
@@ -8928,7 +9132,6 @@ share/doc/rust/html/core/index.html
 share/doc/rust/html/core/intrinsics/
 share/doc/rust/html/core/intrinsics/abort.v.html
 share/doc/rust/html/core/intrinsics/add_with_overflow.v.html
-share/doc/rust/html/core/intrinsics/align_offset.v.html
 share/doc/rust/html/core/intrinsics/arith_offset.v.html
 share/doc/rust/html/core/intrinsics/assume.v.html
 share/doc/rust/html/core/intrinsics/atomic_and.v.html
@@ -9053,7 +9256,6 @@ share/doc/rust/html/core/intrinsics/fmaf
 share/doc/rust/html/core/intrinsics/fmul_fast.v.html
 share/doc/rust/html/core/intrinsics/fn.abort.html
 share/doc/rust/html/core/intrinsics/fn.add_with_overflow.html
-share/doc/rust/html/core/intrinsics/fn.align_offset.html
 share/doc/rust/html/core/intrinsics/fn.arith_offset.html
 share/doc/rust/html/core/intrinsics/fn.assume.html
 share/doc/rust/html/core/intrinsics/fn.atomic_and.html
@@ -9490,6 +9692,7 @@ share/doc/rust/html/core/macro.writeln.h
 share/doc/rust/html/core/marker/
 share/doc/rust/html/core/marker/Copy.t.html
 share/doc/rust/html/core/marker/PhantomData.t.html
+share/doc/rust/html/core/marker/Pinned.t.html
 share/doc/rust/html/core/marker/Send.t.html
 share/doc/rust/html/core/marker/Sized.t.html
 share/doc/rust/html/core/marker/Sync.t.html
@@ -9498,6 +9701,7 @@ share/doc/rust/html/core/marker/Unsize.t
 share/doc/rust/html/core/marker/index.html
 share/doc/rust/html/core/marker/sidebar-items.js
 share/doc/rust/html/core/marker/struct.PhantomData.html
+share/doc/rust/html/core/marker/struct.Pinned.html
 share/doc/rust/html/core/marker/trait.Copy.html
 share/doc/rust/html/core/marker/trait.Send.html
 share/doc/rust/html/core/marker/trait.Sized.html
@@ -9507,7 +9711,7 @@ share/doc/rust/html/core/marker/trait.Un
 share/doc/rust/html/core/mem/
 share/doc/rust/html/core/mem/Discriminant.t.html
 share/doc/rust/html/core/mem/ManuallyDrop.t.html
-share/doc/rust/html/core/mem/Pin.t.html
+share/doc/rust/html/core/mem/PinMut.t.html
 share/doc/rust/html/core/mem/align_of.v.html
 share/doc/rust/html/core/mem/align_of_val.v.html
 share/doc/rust/html/core/mem/discriminant.v.html
@@ -9537,28 +9741,15 @@ share/doc/rust/html/core/mem/sidebar-ite
 share/doc/rust/html/core/mem/size_of.v.html
 share/doc/rust/html/core/mem/size_of_val.v.html
 share/doc/rust/html/core/mem/struct.Discriminant.html
-share/doc/rust/html/core/mem/struct.Pin.html
+share/doc/rust/html/core/mem/struct.PinMut.html
 share/doc/rust/html/core/mem/swap.v.html
 share/doc/rust/html/core/mem/transmute_copy.v.html
 share/doc/rust/html/core/mem/uninitialized.v.html
 share/doc/rust/html/core/mem/union.ManuallyDrop.html
 share/doc/rust/html/core/mem/zeroed.v.html
 share/doc/rust/html/core/module_path.m.html
-share/doc/rust/html/core/nonzero/
-share/doc/rust/html/core/nonzero/NonZero.t.html
-share/doc/rust/html/core/nonzero/Zeroable.t.html
-share/doc/rust/html/core/nonzero/index.html
-share/doc/rust/html/core/nonzero/sidebar-items.js
-share/doc/rust/html/core/nonzero/struct.NonZero.html
-share/doc/rust/html/core/nonzero/trait.Zeroable.html
 share/doc/rust/html/core/num/
 share/doc/rust/html/core/num/FpCategory.t.html
-share/doc/rust/html/core/num/NonZeroI128.t.html
-share/doc/rust/html/core/num/NonZeroI16.t.html
-share/doc/rust/html/core/num/NonZeroI32.t.html
-share/doc/rust/html/core/num/NonZeroI64.t.html
-share/doc/rust/html/core/num/NonZeroI8.t.html
-share/doc/rust/html/core/num/NonZeroIsize.t.html
 share/doc/rust/html/core/num/NonZeroU128.t.html
 share/doc/rust/html/core/num/NonZeroU16.t.html
 share/doc/rust/html/core/num/NonZeroU32.t.html
@@ -9575,12 +9766,6 @@ share/doc/rust/html/core/num/dec2flt/str
 share/doc/rust/html/core/num/enum.FpCategory.html
 share/doc/rust/html/core/num/index.html
 share/doc/rust/html/core/num/sidebar-items.js
-share/doc/rust/html/core/num/struct.NonZeroI128.html
-share/doc/rust/html/core/num/struct.NonZeroI16.html
-share/doc/rust/html/core/num/struct.NonZeroI32.html
-share/doc/rust/html/core/num/struct.NonZeroI64.html
-share/doc/rust/html/core/num/struct.NonZeroI8.html
-share/doc/rust/html/core/num/struct.NonZeroIsize.html
 share/doc/rust/html/core/num/struct.NonZeroU128.html
 share/doc/rust/html/core/num/struct.NonZeroU16.html
 share/doc/rust/html/core/num/struct.NonZeroU32.html
@@ -10001,14 +10186,14 @@ share/doc/rust/html/core/slice/SplitMut.
 share/doc/rust/html/core/slice/SplitN.t.html
 share/doc/rust/html/core/slice/SplitNMut.t.html
 share/doc/rust/html/core/slice/Windows.t.html
+share/doc/rust/html/core/slice/fn.from_mut.html
 share/doc/rust/html/core/slice/fn.from_raw_parts.html
 share/doc/rust/html/core/slice/fn.from_raw_parts_mut.html
 share/doc/rust/html/core/slice/fn.from_ref.html
-share/doc/rust/html/core/slice/fn.from_ref_mut.html
+share/doc/rust/html/core/slice/from_mut.v.html
 share/doc/rust/html/core/slice/from_raw_parts.v.html
 share/doc/rust/html/core/slice/from_raw_parts_mut.v.html
 share/doc/rust/html/core/slice/from_ref.v.html
-share/doc/rust/html/core/slice/from_ref_mut.v.html
 share/doc/rust/html/core/slice/index.html
 share/doc/rust/html/core/slice/memchr/
 share/doc/rust/html/core/slice/memchr/fn.memchr.html
@@ -10180,6 +10365,29 @@ share/doc/rust/html/core/sync/atomic/str
 share/doc/rust/html/core/sync/atomic/struct.AtomicUsize.html
 share/doc/rust/html/core/sync/index.html
 share/doc/rust/html/core/sync/sidebar-items.js
+share/doc/rust/html/core/task/
+share/doc/rust/html/core/task/Context.t.html
+share/doc/rust/html/core/task/Executor.t.html
+share/doc/rust/html/core/task/LocalWaker.t.html
+share/doc/rust/html/core/task/Poll.t.html
+share/doc/rust/html/core/task/SpawnErrorKind.t.html
+share/doc/rust/html/core/task/SpawnObjError.t.html
+share/doc/rust/html/core/task/TaskObj.t.html
+share/doc/rust/html/core/task/UnsafeTask.t.html
+share/doc/rust/html/core/task/UnsafeWake.t.html
+share/doc/rust/html/core/task/Waker.t.html
+share/doc/rust/html/core/task/enum.Poll.html
+share/doc/rust/html/core/task/index.html
+share/doc/rust/html/core/task/sidebar-items.js
+share/doc/rust/html/core/task/struct.Context.html
+share/doc/rust/html/core/task/struct.LocalWaker.html
+share/doc/rust/html/core/task/struct.SpawnErrorKind.html
+share/doc/rust/html/core/task/struct.SpawnObjError.html
+share/doc/rust/html/core/task/struct.TaskObj.html
+share/doc/rust/html/core/task/struct.Waker.html
+share/doc/rust/html/core/task/trait.Executor.html
+share/doc/rust/html/core/task/trait.UnsafeTask.html
+share/doc/rust/html/core/task/trait.UnsafeWake.html
 share/doc/rust/html/core/time/
 share/doc/rust/html/core/time/Duration.t.html
 share/doc/rust/html/core/time/index.html
@@ -10278,6 +10486,8 @@ share/doc/rust/html/guide-unsafe.html
 share/doc/rust/html/guide.html
 share/doc/rust/html/implementors/
 share/doc/rust/html/implementors/alloc/
+share/doc/rust/html/implementors/alloc/alloc/
+share/doc/rust/html/implementors/alloc/alloc/trait.Alloc.js
 share/doc/rust/html/implementors/alloc/borrow/
 share/doc/rust/html/implementors/alloc/borrow/trait.Borrow.js
 share/doc/rust/html/implementors/alloc/borrow/trait.BorrowMut.js
@@ -10307,10 +10517,9 @@ share/doc/rust/html/implementors/alloc/s
 share/doc/rust/html/implementors/alloc/str/trait.FromStr.js
 share/doc/rust/html/implementors/alloc/string/
 share/doc/rust/html/implementors/alloc/string/trait.ToString.js
+share/doc/rust/html/implementors/alloc/task/
+share/doc/rust/html/implementors/alloc/task/trait.UnsafeTask.js
 share/doc/rust/html/implementors/core/
-share/doc/rust/html/implementors/core/alloc/
-share/doc/rust/html/implementors/core/alloc/trait.Alloc.js
-share/doc/rust/html/implementors/core/alloc/trait.GlobalAlloc.js
 share/doc/rust/html/implementors/core/any/
 share/doc/rust/html/implementors/core/any/trait.Any.js
 share/doc/rust/html/implementors/core/array/
@@ -10345,6 +10554,8 @@ share/doc/rust/html/implementors/core/fm
 share/doc/rust/html/implementors/core/fmt/trait.UpperExp.js
 share/doc/rust/html/implementors/core/fmt/trait.UpperHex.js
 share/doc/rust/html/implementors/core/fmt/trait.Write.js
+share/doc/rust/html/implementors/core/future/
+share/doc/rust/html/implementors/core/future/trait.Future.js
 share/doc/rust/html/implementors/core/hash/
 share/doc/rust/html/implementors/core/hash/trait.BuildHasher.js
 share/doc/rust/html/implementors/core/hash/trait.Hash.js
@@ -10354,6 +10565,7 @@ share/doc/rust/html/implementors/core/it
 share/doc/rust/html/implementors/core/iter/iterator/trait.Iterator.js
 share/doc/rust/html/implementors/core/iter/trait.DoubleEndedIterator.js
 share/doc/rust/html/implementors/core/iter/trait.ExactSizeIterator.js
+share/doc/rust/html/implementors/core/iter/trait.Extend.js
 share/doc/rust/html/implementors/core/iter/trait.FromIterator.js
 share/doc/rust/html/implementors/core/iter/trait.FusedIterator.js
 share/doc/rust/html/implementors/core/iter/trait.IntoIterator.js
@@ -10375,8 +10587,6 @@ share/doc/rust/html/implementors/core/ma
 share/doc/rust/html/implementors/core/marker/trait.Send.js
 share/doc/rust/html/implementors/core/marker/trait.Sync.js
 share/doc/rust/html/implementors/core/marker/trait.Unpin.js
-share/doc/rust/html/implementors/core/nonzero/
-share/doc/rust/html/implementors/core/nonzero/trait.Zeroable.js
 share/doc/rust/html/implementors/core/ops/
 share/doc/rust/html/implementors/core/ops/arith/
 share/doc/rust/html/implementors/core/ops/arith/trait.Add.js
@@ -10411,6 +10621,7 @@ share/doc/rust/html/implementors/core/op
 share/doc/rust/html/implementors/core/ops/trait.DerefMut.js
 share/doc/rust/html/implementors/core/ops/trait.Div.js
 share/doc/rust/html/implementors/core/ops/trait.DivAssign.js
+share/doc/rust/html/implementors/core/ops/trait.Drop.js
 share/doc/rust/html/implementors/core/ops/trait.Fn.js
 share/doc/rust/html/implementors/core/ops/trait.FnMut.js
 share/doc/rust/html/implementors/core/ops/trait.FnOnce.js
@@ -10446,6 +10657,9 @@ share/doc/rust/html/implementors/core/st
 share/doc/rust/html/implementors/core/str/pattern/trait.Searcher.js
 share/doc/rust/html/implementors/core/str/trait.FromStr.js
 share/doc/rust/html/implementors/std/
+share/doc/rust/html/implementors/std/alloc/
+share/doc/rust/html/implementors/std/alloc/trait.Alloc.js
+share/doc/rust/html/implementors/std/alloc/trait.GlobalAlloc.js
 share/doc/rust/html/implementors/std/any/
 share/doc/rust/html/implementors/std/any/trait.Any.js
 share/doc/rust/html/implementors/std/ascii/
@@ -10485,6 +10699,8 @@ share/doc/rust/html/implementors/std/fmt
 share/doc/rust/html/implementors/std/fmt/trait.UpperExp.js
 share/doc/rust/html/implementors/std/fmt/trait.UpperHex.js
 share/doc/rust/html/implementors/std/fmt/trait.Write.js
+share/doc/rust/html/implementors/std/future/
+share/doc/rust/html/implementors/std/future/trait.Future.js
 share/doc/rust/html/implementors/std/hash/
 share/doc/rust/html/implementors/std/hash/trait.BuildHasher.js
 share/doc/rust/html/implementors/std/hash/trait.Hash.js
@@ -10612,6 +10828,8 @@ share/doc/rust/html/implementors/std/str
 share/doc/rust/html/implementors/std/str/trait.FromStr.js
 share/doc/rust/html/implementors/std/string/
 share/doc/rust/html/implementors/std/string/trait.ToString.js
+share/doc/rust/html/implementors/std/task/
+share/doc/rust/html/implementors/std/task/trait.UnsafeTask.js
 share/doc/rust/html/implementors/test/
 share/doc/rust/html/implementors/test/stats/
 share/doc/rust/html/implementors/test/stats/trait.Stats.js
@@ -10707,15 +10925,15 @@ share/doc/rust/html/proc_macro/
 share/doc/rust/html/proc_macro/Delimiter.t.html
 share/doc/rust/html/proc_macro/Diagnostic.t.html
 share/doc/rust/html/proc_macro/Group.t.html
+share/doc/rust/html/proc_macro/Ident.t.html
 share/doc/rust/html/proc_macro/Level.t.html
 share/doc/rust/html/proc_macro/LexError.t.html
 share/doc/rust/html/proc_macro/LineColumn.t.html
 share/doc/rust/html/proc_macro/Literal.t.html
-share/doc/rust/html/proc_macro/Op.t.html
+share/doc/rust/html/proc_macro/Punct.t.html
 share/doc/rust/html/proc_macro/SourceFile.t.html
 share/doc/rust/html/proc_macro/Spacing.t.html
 share/doc/rust/html/proc_macro/Span.t.html
-share/doc/rust/html/proc_macro/Term.t.html
 share/doc/rust/html/proc_macro/TokenStream.t.html
 share/doc/rust/html/proc_macro/TokenTree.t.html
 share/doc/rust/html/proc_macro/all.html
@@ -10737,13 +10955,13 @@ share/doc/rust/html/proc_macro/quote_spa
 share/doc/rust/html/proc_macro/sidebar-items.js
 share/doc/rust/html/proc_macro/struct.Diagnostic.html
 share/doc/rust/html/proc_macro/struct.Group.html
+share/doc/rust/html/proc_macro/struct.Ident.html
 share/doc/rust/html/proc_macro/struct.LexError.html
 share/doc/rust/html/proc_macro/struct.LineColumn.html
 share/doc/rust/html/proc_macro/struct.Literal.html
-share/doc/rust/html/proc_macro/struct.Op.html
+share/doc/rust/html/proc_macro/struct.Punct.html
 share/doc/rust/html/proc_macro/struct.SourceFile.html
 share/doc/rust/html/proc_macro/struct.Span.html
-share/doc/rust/html/proc_macro/struct.Term.html
 share/doc/rust/html/proc_macro/struct.TokenStream.html
 share/doc/rust/html/proc_macro/token_stream/
 share/doc/rust/html/proc_macro/token_stream/IntoIter.t.html
@@ -10813,6 +11031,7 @@ share/doc/rust/html/reference/items/enum
 share/doc/rust/html/reference/items/extern-crates.html
 share/doc/rust/html/reference/items/external-blocks.html
 share/doc/rust/html/reference/items/functions.html
+share/doc/rust/html/reference/items/generics.html
 share/doc/rust/html/reference/items/implementations.html
 share/doc/rust/html/reference/items/modules.html
 share/doc/rust/html/reference/items/static-items.html
@@ -10849,6 +11068,7 @@ share/doc/rust/html/reference/theme/head
 share/doc/rust/html/reference/theme/reference.css
 share/doc/rust/html/reference/tokens.html
 share/doc/rust/html/reference/tomorrow-night.css
+share/doc/rust/html/reference/trait-bounds.html
 share/doc/rust/html/reference/type-coercions.html
 share/doc/rust/html/reference/type-layout.html
 share/doc/rust/html/reference/type-system.html
@@ -11216,6 +11436,7 @@ share/doc/rust/html/src/alloc/rc.rs.html
 share/doc/rust/html/src/alloc/slice.rs.html
 share/doc/rust/html/src/alloc/str.rs.html
 share/doc/rust/html/src/alloc/string.rs.html
+share/doc/rust/html/src/alloc/task.rs.html
 share/doc/rust/html/src/alloc/vec.rs.html
 share/doc/rust/html/src/alloc/vec_deque.rs.html
 share/doc/rust/html/src/core/
@@ -11241,6 +11462,7 @@ share/doc/rust/html/src/core/fmt/mod.rs.
 share/doc/rust/html/src/core/fmt/num.rs.html
 share/doc/rust/html/src/core/fmt/rt/
 share/doc/rust/html/src/core/fmt/rt/v1.rs.html
+share/doc/rust/html/src/core/future.rs.html
 share/doc/rust/html/src/core/hash/
 share/doc/rust/html/src/core/hash/mod.rs.html
 share/doc/rust/html/src/core/hash/sip.rs.html
@@ -11327,6 +11549,7 @@ share/doc/rust/html/src/core/str/pattern
 share/doc/rust/html/src/core/sync/
 share/doc/rust/html/src/core/sync/atomic.rs.html
 share/doc/rust/html/src/core/sync/mod.rs.html
+share/doc/rust/html/src/core/task.rs.html
 share/doc/rust/html/src/core/time.rs.html
 share/doc/rust/html/src/core/tuple.rs.html
 share/doc/rust/html/src/core/unicode/
@@ -11469,6 +11692,7 @@ share/doc/rust/html/src/std/io/mod.rs.ht
 share/doc/rust/html/src/std/io/prelude.rs.html
 share/doc/rust/html/src/std/io/stdio.rs.html
 share/doc/rust/html/src/std/io/util.rs.html
+share/doc/rust/html/src/std/keyword_docs.rs.html
 share/doc/rust/html/src/std/lib.rs.html
 share/doc/rust/html/src/std/macros.rs.html
 share/doc/rust/html/src/std/memchr.rs.html
@@ -11622,16 +11846,42 @@ share/doc/rust/html/src/test/stats.rs.ht
 share/doc/rust/html/std/
 share/doc/rust/html/std/all.html
 share/doc/rust/html/std/alloc/
+share/doc/rust/html/std/alloc/Alloc.t.html
+share/doc/rust/html/std/alloc/AllocErr.t.html
+share/doc/rust/html/std/alloc/CannotReallocInPlace.t.html
+share/doc/rust/html/std/alloc/CollectionAllocErr.t.html
+share/doc/rust/html/std/alloc/Excess.t.html
 share/doc/rust/html/std/alloc/Global.t.html
-share/doc/rust/html/std/alloc/Heap.t.html
+share/doc/rust/html/std/alloc/GlobalAlloc.t.html
+share/doc/rust/html/std/alloc/Layout.t.html
+share/doc/rust/html/std/alloc/LayoutErr.t.html
 share/doc/rust/html/std/alloc/System.t.html
-share/doc/rust/html/std/alloc/fn.oom.html
+share/doc/rust/html/std/alloc/alloc.v.html
+share/doc/rust/html/std/alloc/alloc_zeroed.v.html
+share/doc/rust/html/std/alloc/dealloc.v.html
+share/doc/rust/html/std/alloc/enum.CollectionAllocErr.html
+share/doc/rust/html/std/alloc/fn.alloc.html
+share/doc/rust/html/std/alloc/fn.alloc_zeroed.html
+share/doc/rust/html/std/alloc/fn.dealloc.html
+share/doc/rust/html/std/alloc/fn.handle_alloc_error.html
+share/doc/rust/html/std/alloc/fn.realloc.html
+share/doc/rust/html/std/alloc/fn.set_alloc_error_hook.html
+share/doc/rust/html/std/alloc/fn.take_alloc_error_hook.html
+share/doc/rust/html/std/alloc/handle_alloc_error.v.html
 share/doc/rust/html/std/alloc/index.html
-share/doc/rust/html/std/alloc/oom.v.html
+share/doc/rust/html/std/alloc/realloc.v.html
+share/doc/rust/html/std/alloc/set_alloc_error_hook.v.html
 share/doc/rust/html/std/alloc/sidebar-items.js
+share/doc/rust/html/std/alloc/struct.AllocErr.html
+share/doc/rust/html/std/alloc/struct.CannotReallocInPlace.html
+share/doc/rust/html/std/alloc/struct.Excess.html
 share/doc/rust/html/std/alloc/struct.Global.html
+share/doc/rust/html/std/alloc/struct.Layout.html
+share/doc/rust/html/std/alloc/struct.LayoutErr.html
 share/doc/rust/html/std/alloc/struct.System.html
-share/doc/rust/html/std/alloc/type.Heap.html
+share/doc/rust/html/std/alloc/take_alloc_error_hook.v.html
+share/doc/rust/html/std/alloc/trait.Alloc.html
+share/doc/rust/html/std/alloc/trait.GlobalAlloc.html
 share/doc/rust/html/std/any/
 share/doc/rust/html/std/any/Any.t.html
 share/doc/rust/html/std/any/TypeId.t.html
@@ -11956,9 +12206,6 @@ share/doc/rust/html/std/collections/link
 share/doc/rust/html/std/collections/linked_list/struct.Iter.html
 share/doc/rust/html/std/collections/linked_list/struct.IterMut.html
 share/doc/rust/html/std/collections/linked_list/struct.LinkedList.html
-share/doc/rust/html/std/collections/range/
-share/doc/rust/html/std/collections/range/RangeArgument.t.html
-share/doc/rust/html/std/collections/range/trait.RangeArgument.html
 share/doc/rust/html/std/collections/sidebar-items.js
 share/doc/rust/html/std/collections/struct.BTreeMap.html
 share/doc/rust/html/std/collections/struct.BTreeSet.html
@@ -12253,7 +12500,9 @@ share/doc/rust/html/std/f32/consts/FRAC_
 share/doc/rust/html/std/f32/consts/FRAC_PI_8.v.html
 share/doc/rust/html/std/f32/consts/LN_10.v.html
 share/doc/rust/html/std/f32/consts/LN_2.v.html
+share/doc/rust/html/std/f32/consts/LOG10_2.v.html
 share/doc/rust/html/std/f32/consts/LOG10_E.v.html
+share/doc/rust/html/std/f32/consts/LOG2_10.v.html
 share/doc/rust/html/std/f32/consts/LOG2_E.v.html
 share/doc/rust/html/std/f32/consts/PI.v.html
 share/doc/rust/html/std/f32/consts/SQRT_2.v.html
@@ -12269,7 +12518,9 @@ share/doc/rust/html/std/f32/consts/const
 share/doc/rust/html/std/f32/consts/constant.FRAC_PI_8.html
 share/doc/rust/html/std/f32/consts/constant.LN_10.html
 share/doc/rust/html/std/f32/consts/constant.LN_2.html
+share/doc/rust/html/std/f32/consts/constant.LOG10_2.html
 share/doc/rust/html/std/f32/consts/constant.LOG10_E.html
+share/doc/rust/html/std/f32/consts/constant.LOG2_10.html
 share/doc/rust/html/std/f32/consts/constant.LOG2_E.html
 share/doc/rust/html/std/f32/consts/constant.PI.html
 share/doc/rust/html/std/f32/consts/constant.SQRT_2.html
@@ -12320,7 +12571,9 @@ share/doc/rust/html/std/f64/consts/FRAC_
 share/doc/rust/html/std/f64/consts/FRAC_PI_8.v.html
 share/doc/rust/html/std/f64/consts/LN_10.v.html
 share/doc/rust/html/std/f64/consts/LN_2.v.html
+share/doc/rust/html/std/f64/consts/LOG10_2.v.html
 share/doc/rust/html/std/f64/consts/LOG10_E.v.html
+share/doc/rust/html/std/f64/consts/LOG2_10.v.html
 share/doc/rust/html/std/f64/consts/LOG2_E.v.html
 share/doc/rust/html/std/f64/consts/PI.v.html
 share/doc/rust/html/std/f64/consts/SQRT_2.v.html
@@ -12336,7 +12589,9 @@ share/doc/rust/html/std/f64/consts/const
 share/doc/rust/html/std/f64/consts/constant.FRAC_PI_8.html
 share/doc/rust/html/std/f64/consts/constant.LN_10.html
 share/doc/rust/html/std/f64/consts/constant.LN_2.html
+share/doc/rust/html/std/f64/consts/constant.LOG10_2.html
 share/doc/rust/html/std/f64/consts/constant.LOG10_E.html
+share/doc/rust/html/std/f64/consts/constant.LOG2_10.html
 share/doc/rust/html/std/f64/consts/constant.LOG2_E.html
 share/doc/rust/html/std/f64/consts/constant.PI.html
 share/doc/rust/html/std/f64/consts/constant.SQRT_2.html
@@ -12379,6 +12634,7 @@ share/doc/rust/html/std/ffi/struct.OsStr
 share/doc/rust/html/std/ffi/struct.OsString.html
 share/doc/rust/html/std/file.m.html
 share/doc/rust/html/std/fmt/
+share/doc/rust/html/std/fmt/Alignment.t.html
 share/doc/rust/html/std/fmt/Arguments.t.html
 share/doc/rust/html/std/fmt/Binary.t.html
 share/doc/rust/html/std/fmt/Debug.t.html
@@ -12398,6 +12654,7 @@ share/doc/rust/html/std/fmt/Result.t.htm
 share/doc/rust/html/std/fmt/UpperExp.t.html
 share/doc/rust/html/std/fmt/UpperHex.t.html
 share/doc/rust/html/std/fmt/Write.t.html
+share/doc/rust/html/std/fmt/enum.Alignment.html
 share/doc/rust/html/std/fmt/fn.format.html
 share/doc/rust/html/std/fmt/fn.write.html
 share/doc/rust/html/std/fmt/format.v.html
@@ -12423,6 +12680,7 @@ share/doc/rust/html/std/fmt/trait.UpperH
 share/doc/rust/html/std/fmt/trait.Write.html
 share/doc/rust/html/std/fmt/type.Result.html
 share/doc/rust/html/std/fmt/write.v.html
+share/doc/rust/html/std/fn.k.html
 share/doc/rust/html/std/fn.t.html
 share/doc/rust/html/std/format.m.html
 share/doc/rust/html/std/format_args.m.html
@@ -12481,6 +12739,11 @@ share/doc/rust/html/std/fs/struct.Permis
 share/doc/rust/html/std/fs/struct.ReadDir.html
 share/doc/rust/html/std/fs/symlink_metadata.v.html
 share/doc/rust/html/std/fs/write.v.html
+share/doc/rust/html/std/future/
+share/doc/rust/html/std/future/Future.t.html
+share/doc/rust/html/std/future/index.html
+share/doc/rust/html/std/future/sidebar-items.js
+share/doc/rust/html/std/future/trait.Future.html
 share/doc/rust/html/std/hash/
 share/doc/rust/html/std/hash/BuildHasher.t.html
 share/doc/rust/html/std/hash/BuildHasherDefault.t.html
@@ -12494,9 +12757,6 @@ share/doc/rust/html/std/hash/struct.SipH
 share/doc/rust/html/std/hash/trait.BuildHasher.html
 share/doc/rust/html/std/hash/trait.Hash.html
 share/doc/rust/html/std/hash/trait.Hasher.html
-share/doc/rust/html/std/heap/
-share/doc/rust/html/std/heap/index.html
-share/doc/rust/html/std/heap/sidebar-items.js
 share/doc/rust/html/std/hint/
 share/doc/rust/html/std/hint/fn.unreachable_unchecked.html
 share/doc/rust/html/std/hint/index.html
@@ -12549,7 +12809,6 @@ share/doc/rust/html/std/index.html
 share/doc/rust/html/std/intrinsics/
 share/doc/rust/html/std/intrinsics/abort.v.html
 share/doc/rust/html/std/intrinsics/add_with_overflow.v.html
-share/doc/rust/html/std/intrinsics/align_offset.v.html
 share/doc/rust/html/std/intrinsics/arith_offset.v.html
 share/doc/rust/html/std/intrinsics/assume.v.html
 share/doc/rust/html/std/intrinsics/atomic_and.v.html
@@ -12675,7 +12934,6 @@ share/doc/rust/html/std/intrinsics/fmaf6
 share/doc/rust/html/std/intrinsics/fmul_fast.v.html
 share/doc/rust/html/std/intrinsics/fn.abort.html
 share/doc/rust/html/std/intrinsics/fn.add_with_overflow.html
-share/doc/rust/html/std/intrinsics/fn.align_offset.html
 share/doc/rust/html/std/intrinsics/fn.arith_offset.html
 share/doc/rust/html/std/intrinsics/fn.assume.html
 share/doc/rust/html/std/intrinsics/fn.atomic_and.html
@@ -13153,6 +13411,7 @@ share/doc/rust/html/std/iter/trait.Produ
 share/doc/rust/html/std/iter/trait.Step.html
 share/doc/rust/html/std/iter/trait.Sum.html
 share/doc/rust/html/std/iter/trait.TrustedLen.html
+share/doc/rust/html/std/keyword.fn.html
 share/doc/rust/html/std/line.m.html
 share/doc/rust/html/std/macro.assert!.html
 share/doc/rust/html/std/macro.assert.html
@@ -13239,6 +13498,7 @@ share/doc/rust/html/std/macro.writeln.ht
 share/doc/rust/html/std/marker/
 share/doc/rust/html/std/marker/Copy.t.html
 share/doc/rust/html/std/marker/PhantomData.t.html
+share/doc/rust/html/std/marker/Pinned.t.html
 share/doc/rust/html/std/marker/Send.t.html
 share/doc/rust/html/std/marker/Sized.t.html
 share/doc/rust/html/std/marker/Sync.t.html
@@ -13247,6 +13507,7 @@ share/doc/rust/html/std/marker/Unsize.t.
 share/doc/rust/html/std/marker/index.html
 share/doc/rust/html/std/marker/sidebar-items.js
 share/doc/rust/html/std/marker/struct.PhantomData.html
+share/doc/rust/html/std/marker/struct.Pinned.html
 share/doc/rust/html/std/marker/trait.Copy.html
 share/doc/rust/html/std/marker/trait.Send.html
 share/doc/rust/html/std/marker/trait.Sized.html
@@ -13256,7 +13517,7 @@ share/doc/rust/html/std/marker/trait.Uns
 share/doc/rust/html/std/mem/
 share/doc/rust/html/std/mem/Discriminant.t.html
 share/doc/rust/html/std/mem/ManuallyDrop.t.html
-share/doc/rust/html/std/mem/Pin.t.html
+share/doc/rust/html/std/mem/PinMut.t.html
 share/doc/rust/html/std/mem/align_of.v.html
 share/doc/rust/html/std/mem/align_of_val.v.html
 share/doc/rust/html/std/mem/discriminant.v.html
@@ -13287,7 +13548,7 @@ share/doc/rust/html/std/mem/sidebar-item
 share/doc/rust/html/std/mem/size_of.v.html
 share/doc/rust/html/std/mem/size_of_val.v.html
 share/doc/rust/html/std/mem/struct.Discriminant.html
-share/doc/rust/html/std/mem/struct.Pin.html
+share/doc/rust/html/std/mem/struct.PinMut.html
 share/doc/rust/html/std/mem/swap.v.html
 share/doc/rust/html/std/mem/transmute.v.html
 share/doc/rust/html/std/mem/transmute_copy.v.html
@@ -13360,12 +13621,6 @@ share/doc/rust/html/std/net/udp/struct.U
 share/doc/rust/html/std/never.t.html
 share/doc/rust/html/std/num/
 share/doc/rust/html/std/num/FpCategory.t.html
-share/doc/rust/html/std/num/NonZeroI128.t.html
-share/doc/rust/html/std/num/NonZeroI16.t.html
-share/doc/rust/html/std/num/NonZeroI32.t.html
-share/doc/rust/html/std/num/NonZeroI64.t.html
-share/doc/rust/html/std/num/NonZeroI8.t.html
-share/doc/rust/html/std/num/NonZeroIsize.t.html
 share/doc/rust/html/std/num/NonZeroU128.t.html
 share/doc/rust/html/std/num/NonZeroU16.t.html
 share/doc/rust/html/std/num/NonZeroU32.t.html
@@ -13379,12 +13634,6 @@ share/doc/rust/html/std/num/Wrapping.t.h
 share/doc/rust/html/std/num/enum.FpCategory.html
 share/doc/rust/html/std/num/index.html
 share/doc/rust/html/std/num/sidebar-items.js
-share/doc/rust/html/std/num/struct.NonZeroI128.html
-share/doc/rust/html/std/num/struct.NonZeroI16.html
-share/doc/rust/html/std/num/struct.NonZeroI32.html
-share/doc/rust/html/std/num/struct.NonZeroI64.html
-share/doc/rust/html/std/num/struct.NonZeroI8.html
-share/doc/rust/html/std/num/struct.NonZeroIsize.html
 share/doc/rust/html/std/num/struct.NonZeroU128.html
 share/doc/rust/html/std/num/struct.NonZeroU16.html
 share/doc/rust/html/std/num/struct.NonZeroU32.html
@@ -14119,14 +14368,14 @@ share/doc/rust/html/std/slice/SplitMut.t
 share/doc/rust/html/std/slice/SplitN.t.html
 share/doc/rust/html/std/slice/SplitNMut.t.html
 share/doc/rust/html/std/slice/Windows.t.html
+share/doc/rust/html/std/slice/fn.from_mut.html
 share/doc/rust/html/std/slice/fn.from_raw_parts.html
 share/doc/rust/html/std/slice/fn.from_raw_parts_mut.html
 share/doc/rust/html/std/slice/fn.from_ref.html
-share/doc/rust/html/std/slice/fn.from_ref_mut.html
+share/doc/rust/html/std/slice/from_mut.v.html
 share/doc/rust/html/std/slice/from_raw_parts.v.html
 share/doc/rust/html/std/slice/from_raw_parts_mut.v.html
 share/doc/rust/html/std/slice/from_ref.v.html
-share/doc/rust/html/std/slice/from_ref_mut.v.html
 share/doc/rust/html/std/slice/index.html
 share/doc/rust/html/std/slice/sidebar-items.js
 share/doc/rust/html/std/slice/struct.Chunks.html
@@ -14686,6 +14935,35 @@ share/doc/rust/html/std/sys_common/poiso
 share/doc/rust/html/std/sys_common/wtf8/
 share/doc/rust/html/std/sys_common/wtf8/EncodeWide.t.html
 share/doc/rust/html/std/sys_common/wtf8/struct.EncodeWide.html
+share/doc/rust/html/std/task/
+share/doc/rust/html/std/task/Context.t.html
+share/doc/rust/html/std/task/Executor.t.html
+share/doc/rust/html/std/task/LocalWaker.t.html
+share/doc/rust/html/std/task/Poll.t.html
+share/doc/rust/html/std/task/SpawnErrorKind.t.html
+share/doc/rust/html/std/task/SpawnObjError.t.html
+share/doc/rust/html/std/task/TaskObj.t.html
+share/doc/rust/html/std/task/UnsafeTask.t.html
+share/doc/rust/html/std/task/UnsafeWake.t.html
+share/doc/rust/html/std/task/Wake.t.html
+share/doc/rust/html/std/task/Waker.t.html
+share/doc/rust/html/std/task/enum.Poll.html
+share/doc/rust/html/std/task/fn.local_waker.html
+share/doc/rust/html/std/task/fn.local_waker_from_nonlocal.html
+share/doc/rust/html/std/task/index.html
+share/doc/rust/html/std/task/local_waker.v.html
+share/doc/rust/html/std/task/local_waker_from_nonlocal.v.html
+share/doc/rust/html/std/task/sidebar-items.js
+share/doc/rust/html/std/task/struct.Context.html
+share/doc/rust/html/std/task/struct.LocalWaker.html
+share/doc/rust/html/std/task/struct.SpawnErrorKind.html
+share/doc/rust/html/std/task/struct.SpawnObjError.html
+share/doc/rust/html/std/task/struct.TaskObj.html
+share/doc/rust/html/std/task/struct.Waker.html
+share/doc/rust/html/std/task/trait.Executor.html
+share/doc/rust/html/std/task/trait.UnsafeTask.html
+share/doc/rust/html/std/task/trait.UnsafeWake.html
+share/doc/rust/html/std/task/trait.Wake.html
 share/doc/rust/html/std/thread/
 share/doc/rust/html/std/thread/AccessError.t.html
 share/doc/rust/html/std/thread/Builder.t.html
@@ -14811,7 +15089,19 @@ share/doc/rust/html/std/write.m.html
 share/doc/rust/html/std/writeln.m.html
 share/doc/rust/html/std_unicode/
 share/doc/rust/html/std_unicode/all.html
+share/doc/rust/html/std_unicode/derived_property/
+share/doc/rust/html/std_unicode/derived_property/Case_Ignorable.v.html
+share/doc/rust/html/std_unicode/derived_property/Cased.v.html
+share/doc/rust/html/std_unicode/derived_property/fn.Case_Ignorable.html
+share/doc/rust/html/std_unicode/derived_property/fn.Cased.html
+share/doc/rust/html/std_unicode/derived_property/index.html
+share/doc/rust/html/std_unicode/derived_property/sidebar-items.js
 share/doc/rust/html/std_unicode/index.html
+share/doc/rust/html/std_unicode/property/
+share/doc/rust/html/std_unicode/property/Pattern_White_Space.v.html
+share/doc/rust/html/std_unicode/property/fn.Pattern_White_Space.html
+share/doc/rust/html/std_unicode/property/index.html
+share/doc/rust/html/std_unicode/property/sidebar-items.js
 share/doc/rust/html/std_unicode/sidebar-items.js
 share/doc/rust/html/storage.js
 share/doc/rust/html/test/
@@ -14957,6 +15247,7 @@ share/doc/rust/html/unstable-book/langua
 share/doc/rust/html/unstable-book/language-features/compiler-builtins.html
 share/doc/rust/html/unstable-book/language-features/concat-idents.html
 share/doc/rust/html/unstable-book/language-features/const-fn.html
+share/doc/rust/html/unstable-book/language-features/const-let.html
 share/doc/rust/html/unstable-book/language-features/crate-in-paths.html
 
share/doc/rust/html/unstable-book/language-features/crate-visibility-modifier.html
 share/doc/rust/html/unstable-book/language-features/custom-attribute.html
@@ -14965,6 +15256,7 @@ share/doc/rust/html/unstable-book/langua
 
share/doc/rust/html/unstable-book/language-features/default-type-parameter-fallback.html
 share/doc/rust/html/unstable-book/language-features/doc-alias.html
 share/doc/rust/html/unstable-book/language-features/doc-cfg.html
+share/doc/rust/html/unstable-book/language-features/doc-keyword.html
 share/doc/rust/html/unstable-book/language-features/doc-masked.html
 share/doc/rust/html/unstable-book/language-features/doc-spotlight.html
 share/doc/rust/html/unstable-book/language-features/dropck-eyepatch.html
@@ -14979,13 +15271,13 @@ share/doc/rust/html/unstable-book/langua
 share/doc/rust/html/unstable-book/language-features/fundamental.html
 share/doc/rust/html/unstable-book/language-features/generators.html
 
share/doc/rust/html/unstable-book/language-features/generic-associated-types.html
-share/doc/rust/html/unstable-book/language-features/global-allocator.html
 share/doc/rust/html/unstable-book/language-features/global-asm.html
 share/doc/rust/html/unstable-book/language-features/hexagon-target-feature.html
 share/doc/rust/html/unstable-book/language-features/if-while-or-patterns.html
 share/doc/rust/html/unstable-book/language-features/in-band-lifetimes.html
 
share/doc/rust/html/unstable-book/language-features/infer-outlives-requirements.html
 share/doc/rust/html/unstable-book/language-features/intrinsics.html
+share/doc/rust/html/unstable-book/language-features/label-break-value.html
 share/doc/rust/html/unstable-book/language-features/lang-items.html
 share/doc/rust/html/unstable-book/language-features/link-args.html
 share/doc/rust/html/unstable-book/language-features/link-cfg.html
@@ -14993,7 +15285,7 @@ share/doc/rust/html/unstable-book/langua
 share/doc/rust/html/unstable-book/language-features/linkage.html
 share/doc/rust/html/unstable-book/language-features/log-syntax.html
 share/doc/rust/html/unstable-book/language-features/macro-at-most-once-rep.html
-share/doc/rust/html/unstable-book/language-features/macro-lifetime-matcher.html
+share/doc/rust/html/unstable-book/language-features/macro-literal-matcher.html
 share/doc/rust/html/unstable-book/language-features/macro-vis-matcher.html
 share/doc/rust/html/unstable-book/language-features/macros-in-extern.html
 share/doc/rust/html/unstable-book/language-features/main.html
@@ -15013,6 +15305,7 @@ share/doc/rust/html/unstable-book/langua
 share/doc/rust/html/unstable-book/language-features/on-unimplemented.html
 share/doc/rust/html/unstable-book/language-features/optin-builtin-traits.html
 
share/doc/rust/html/unstable-book/language-features/overlapping-marker-traits.html
+share/doc/rust/html/unstable-book/language-features/panic-implementation.html
 share/doc/rust/html/unstable-book/language-features/panic-runtime.html
 share/doc/rust/html/unstable-book/language-features/pattern-parentheses.html
 share/doc/rust/html/unstable-book/language-features/platform-intrinsics.html
@@ -15021,6 +15314,7 @@ share/doc/rust/html/unstable-book/langua
 share/doc/rust/html/unstable-book/language-features/powerpc-target-feature.html
 share/doc/rust/html/unstable-book/language-features/prelude-import.html
 share/doc/rust/html/unstable-book/language-features/proc-macro-expr.html
+share/doc/rust/html/unstable-book/language-features/proc-macro-gen.html
 share/doc/rust/html/unstable-book/language-features/proc-macro-mod.html
 share/doc/rust/html/unstable-book/language-features/proc-macro-non-items.html
 share/doc/rust/html/unstable-book/language-features/proc-macro-path-invoc.html
@@ -15030,7 +15324,6 @@ share/doc/rust/html/unstable-book/langua
 share/doc/rust/html/unstable-book/language-features/raw-identifiers.html
 share/doc/rust/html/unstable-book/language-features/repr-packed.html
 share/doc/rust/html/unstable-book/language-features/repr-simd.html
-share/doc/rust/html/unstable-book/language-features/repr-transparent.html
 share/doc/rust/html/unstable-book/language-features/repr128.html
 share/doc/rust/html/unstable-book/language-features/rustc-attrs.html
 share/doc/rust/html/unstable-book/language-features/rustc-const-unstable.html
@@ -15046,11 +15339,11 @@ share/doc/rust/html/unstable-book/langua
 share/doc/rust/html/unstable-book/language-features/stmt-expr-attributes.html
 share/doc/rust/html/unstable-book/language-features/structural-match.html
 share/doc/rust/html/unstable-book/language-features/tbm-target-feature.html
-share/doc/rust/html/unstable-book/language-features/termination-trait-test.html
 share/doc/rust/html/unstable-book/language-features/thread-local.html
 share/doc/rust/html/unstable-book/language-features/tool-attributes.html
 share/doc/rust/html/unstable-book/language-features/trace-macros.html
 share/doc/rust/html/unstable-book/language-features/trait-alias.html
+share/doc/rust/html/unstable-book/language-features/trivial-bounds.html
 share/doc/rust/html/unstable-book/language-features/type-ascription.html
 share/doc/rust/html/unstable-book/language-features/unboxed-closures.html
 share/doc/rust/html/unstable-book/language-features/underscore-imports.html
@@ -15064,13 +15357,14 @@ share/doc/rust/html/unstable-book/langua
 share/doc/rust/html/unstable-book/library-features/
 share/doc/rust/html/unstable-book/library-features.html
 share/doc/rust/html/unstable-book/library-features/align-offset.html
+share/doc/rust/html/unstable-book/library-features/alloc-error-hook.html
+share/doc/rust/html/unstable-book/library-features/alloc-internals.html
 share/doc/rust/html/unstable-book/library-features/alloc-jemalloc.html
 share/doc/rust/html/unstable-book/library-features/alloc-system.html
 share/doc/rust/html/unstable-book/library-features/alloc.html
 share/doc/rust/html/unstable-book/library-features/allocator-api.html
 share/doc/rust/html/unstable-book/library-features/array-error-internals.html
 share/doc/rust/html/unstable-book/library-features/ascii-ctype.html
-share/doc/rust/html/unstable-book/library-features/assoc-unix-epoch.html
 share/doc/rust/html/unstable-book/library-features/atomic-min-max.html
 share/doc/rust/html/unstable-book/library-features/box-into-raw-non-null.html
 share/doc/rust/html/unstable-book/library-features/bufreader-buffer.html
@@ -15080,45 +15374,48 @@ share/doc/rust/html/unstable-book/librar
 share/doc/rust/html/unstable-book/library-features/cell-update.html
 share/doc/rust/html/unstable-book/library-features/char-error-internals.html
 share/doc/rust/html/unstable-book/library-features/coerce-unsized.html
-share/doc/rust/html/unstable-book/library-features/collections-range.html
 share/doc/rust/html/unstable-book/library-features/compiler-builtins-lib.html
 share/doc/rust/html/unstable-book/library-features/concat-idents-macro.html
+share/doc/rust/html/unstable-book/library-features/const-int-ops.html
+share/doc/rust/html/unstable-book/library-features/const-manually-drop-new.html
+share/doc/rust/html/unstable-book/library-features/const-slice-as-ptr.html
+share/doc/rust/html/unstable-book/library-features/const-slice-len.html
+share/doc/rust/html/unstable-book/library-features/const-str-as-bytes.html
+share/doc/rust/html/unstable-book/library-features/const-str-as-ptr.html
+share/doc/rust/html/unstable-book/library-features/const-str-len.html
+share/doc/rust/html/unstable-book/library-features/const-string-new.html
 share/doc/rust/html/unstable-book/library-features/const-type-id.html
 share/doc/rust/html/unstable-book/library-features/const-vec-new.html
-share/doc/rust/html/unstable-book/library-features/core-float.html
 share/doc/rust/html/unstable-book/library-features/core-intrinsics.html
 share/doc/rust/html/unstable-book/library-features/core-panic-info.html
 share/doc/rust/html/unstable-book/library-features/core-panic.html
 share/doc/rust/html/unstable-book/library-features/core-private-bignum.html
 share/doc/rust/html/unstable-book/library-features/core-private-diy-float.html
-share/doc/rust/html/unstable-book/library-features/core-slice-ext.html
-share/doc/rust/html/unstable-book/library-features/core-str-ext.html
 share/doc/rust/html/unstable-book/library-features/deadline-api.html
 share/doc/rust/html/unstable-book/library-features/dec2flt.html
 share/doc/rust/html/unstable-book/library-features/decode-utf8.html
 share/doc/rust/html/unstable-book/library-features/derive-clone-copy.html
 share/doc/rust/html/unstable-book/library-features/derive-eq.html
 share/doc/rust/html/unstable-book/library-features/drain-filter.html
-share/doc/rust/html/unstable-book/library-features/entry-or-default.html
+share/doc/rust/html/unstable-book/library-features/duration-as-u128.html
+share/doc/rust/html/unstable-book/library-features/duration-getters.html
 share/doc/rust/html/unstable-book/library-features/error-type-id.html
 share/doc/rust/html/unstable-book/library-features/euclidean-division.html
 share/doc/rust/html/unstable-book/library-features/exact-chunks.html
 share/doc/rust/html/unstable-book/library-features/exact-size-is-empty.html
+share/doc/rust/html/unstable-book/library-features/extra-log-consts.html
 share/doc/rust/html/unstable-book/library-features/fd-read.html
 share/doc/rust/html/unstable-book/library-features/fd.html
 share/doc/rust/html/unstable-book/library-features/fixed-size-array.html
-share/doc/rust/html/unstable-book/library-features/float-internals.html
 share/doc/rust/html/unstable-book/library-features/flt2dec.html
-share/doc/rust/html/unstable-book/library-features/fmt-flags-align.html
 share/doc/rust/html/unstable-book/library-features/fmt-internals.html
 share/doc/rust/html/unstable-book/library-features/fn-traits.html
 share/doc/rust/html/unstable-book/library-features/fnbox.html
-share/doc/rust/html/unstable-book/library-features/from-ref.html
 share/doc/rust/html/unstable-book/library-features/future-atomic-orderings.html
+share/doc/rust/html/unstable-book/library-features/futures-api.html
 share/doc/rust/html/unstable-book/library-features/generator-trait.html
 share/doc/rust/html/unstable-book/library-features/get-type-id.html
 share/doc/rust/html/unstable-book/library-features/hashmap-internals.html
-share/doc/rust/html/unstable-book/library-features/inclusive-range-fields.html
 share/doc/rust/html/unstable-book/library-features/int-error-internals.html
 share/doc/rust/html/unstable-book/library-features/int-to-from-bytes.html
 share/doc/rust/html/unstable-book/library-features/integer-atomics.html
@@ -15128,8 +15425,6 @@ share/doc/rust/html/unstable-book/librar
 share/doc/rust/html/unstable-book/library-features/ip.html
 share/doc/rust/html/unstable-book/library-features/iterator-find-map.html
 share/doc/rust/html/unstable-book/library-features/iterator-flatten.html
-share/doc/rust/html/unstable-book/library-features/iterator-repeat-with.html
-share/doc/rust/html/unstable-book/library-features/iterator-step-by.html
 share/doc/rust/html/unstable-book/library-features/libstd-io-internals.html
 share/doc/rust/html/unstable-book/library-features/libstd-sys-internals.html
 share/doc/rust/html/unstable-book/library-features/libstd-thread-internals.html
@@ -15140,14 +15435,13 @@ share/doc/rust/html/unstable-book/librar
 share/doc/rust/html/unstable-book/library-features/n16.html
 share/doc/rust/html/unstable-book/library-features/no-more-cas.html
 share/doc/rust/html/unstable-book/library-features/no-panic-pow.html
-share/doc/rust/html/unstable-book/library-features/nonzero.html
 share/doc/rust/html/unstable-book/library-features/offset-to.html
 share/doc/rust/html/unstable-book/library-features/once-poison.html
+share/doc/rust/html/unstable-book/library-features/option-xor.html
 share/doc/rust/html/unstable-book/library-features/panic-abort.html
 share/doc/rust/html/unstable-book/library-features/panic-info-message.html
 share/doc/rust/html/unstable-book/library-features/panic-internals.html
 share/doc/rust/html/unstable-book/library-features/panic-unwind.html
-share/doc/rust/html/unstable-book/library-features/path-ancestors.html
 share/doc/rust/html/unstable-book/library-features/pattern.html
 share/doc/rust/html/unstable-book/library-features/pin.html
 share/doc/rust/html/unstable-book/library-features/print-internals.html
@@ -15163,6 +15457,7 @@ share/doc/rust/html/unstable-book/librar
 share/doc/rust/html/unstable-book/library-features/raw.html
 share/doc/rust/html/unstable-book/library-features/rc-downcast.html
 share/doc/rust/html/unstable-book/library-features/read-initializer.html
+share/doc/rust/html/unstable-book/library-features/refcell-map-split.html
 share/doc/rust/html/unstable-book/library-features/refcell-replace-swap.html
 share/doc/rust/html/unstable-book/library-features/repeat-generic-slice.html
 share/doc/rust/html/unstable-book/library-features/reverse-bits.html
@@ -15172,8 +15467,9 @@ share/doc/rust/html/unstable-book/librar
 share/doc/rust/html/unstable-book/library-features/sanitizer-runtime-lib.html
 share/doc/rust/html/unstable-book/library-features/set-stdio.html
 share/doc/rust/html/unstable-book/library-features/shrink-to.html
+share/doc/rust/html/unstable-book/library-features/slice-align-to.html
 share/doc/rust/html/unstable-book/library-features/slice-concat-ext.html
-share/doc/rust/html/unstable-book/library-features/slice-get-slice.html
+share/doc/rust/html/unstable-book/library-features/slice-index-methods.html
 share/doc/rust/html/unstable-book/library-features/slice-internals.html
 
share/doc/rust/html/unstable-book/library-features/slice-sort-by-cached-key.html
 share/doc/rust/html/unstable-book/library-features/sort-internals.html
@@ -15207,6 +15503,7 @@ share/doc/rust/html/unstable-book/librar
 share/doc/rust/html/unstable-book/library-features/windows-net.html
 share/doc/rust/html/unstable-book/library-features/windows-stdio.html
 share/doc/rust/html/unstable-book/library-features/wrapping-int-impl.html
+share/doc/rust/html/unstable-book/library-features/wrapping-next-power-of-two.html
 share/doc/rust/html/unstable-book/mark.min.js
 share/doc/rust/html/unstable-book/print.html
 share/doc/rust/html/unstable-book/searcher.js

Reply via email to