pit-basic 0.4.0

Portal Interface Types for WebAssembly
Documentation
Build #2249425 2025-06-21 17:56:58
# rustc version
rustc 1.89.0-nightly (5526a2f47 2025-06-20)# docs.rs version
docsrs 0.6.0 (0a8149e8 2025-06-15)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/pit-basic-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/pit-basic-0.4.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250620-1.89.0-nightly-5526a2f47\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 39b439586f901ac850134157707f709c3e9caf45415103bfb16456a59300497a
[INFO] running `Command { std: "docker" "start" "-a" "39b439586f901ac850134157707f709c3e9caf45415103bfb16456a59300497a", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting pit-basic v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]  --> src/buffer/ffi.rs:2:37
[INFO] [stderr]   |
[INFO] [stderr] 2 |     fn read8(&mut self, p0: u32) -> (u32);
[INFO] [stderr]   |                                     ^   ^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]   |
[INFO] [stderr] 2 -     fn read8(&mut self, p0: u32) -> (u32);
[INFO] [stderr] 2 +     fn read8(&mut self, p0: u32) -> u32;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]  --> src/buffer/ffi.rs:3:27
[INFO] [stderr]   |
[INFO] [stderr] 3 |     fn size(&mut self) -> (u32);
[INFO] [stderr]   |                           ^   ^
[INFO] [stderr]   |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]   |
[INFO] [stderr] 3 -     fn size(&mut self) -> (u32);
[INFO] [stderr] 3 +     fn size(&mut self) -> u32;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer/ffi.rs:96:41
[INFO] [stderr]    |
[INFO] [stderr] 96 |         fn read8(&mut self, p0: u32) -> (u32) {
[INFO] [stderr]    |                                         ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 96 -         fn read8(&mut self, p0: u32) -> (u32) {
[INFO] [stderr] 96 +         fn read8(&mut self, p0: u32) -> u32 {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer/ffi.rs:102:46
[INFO] [stderr]     |
[INFO] [stderr] 102 |                 fn go(this: u32, p0: u32) -> (u32);
[INFO] [stderr]     |                                              ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 102 -                 fn go(this: u32, p0: u32) -> (u32);
[INFO] [stderr] 102 +                 fn go(this: u32, p0: u32) -> u32;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer/ffi.rs:106:31
[INFO] [stderr]     |
[INFO] [stderr] 106 |         fn size(&mut self) -> (u32) {
[INFO] [stderr]     |                               ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 106 -         fn size(&mut self) -> (u32) {
[INFO] [stderr] 106 +         fn size(&mut self) -> u32 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer/ffi.rs:112:37
[INFO] [stderr]     |
[INFO] [stderr] 112 |                 fn go(this: u32) -> (u32);
[INFO] [stderr]     |                                     ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 112 -                 fn go(this: u32) -> (u32);
[INFO] [stderr] 112 +                 fn go(this: u32) -> u32;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer/ffi.rs:132:46
[INFO] [stderr]     |
[INFO] [stderr] 132 |     extern "C" fn read8(id: u32, p0: u32) -> (u32) {
[INFO] [stderr]     |                                              ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 132 -     extern "C" fn read8(id: u32, p0: u32) -> (u32) {
[INFO] [stderr] 132 +     extern "C" fn read8(id: u32, p0: u32) -> u32 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer/ffi.rs:136:36
[INFO] [stderr]     |
[INFO] [stderr] 136 |     extern "C" fn size(id: u32) -> (u32) {
[INFO] [stderr]     |                                    ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 136 -     extern "C" fn size(id: u32) -> (u32) {
[INFO] [stderr] 136 +     extern "C" fn size(id: u32) -> u32 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer.rs:10:45
[INFO] [stderr]    |
[INFO] [stderr] 10 |             fn read8(&mut self, p0: u32) -> (u32) {
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 24 | buffer_slice_impl!(Vec<u8>);
[INFO] [stderr]    | --------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer.rs:18:35
[INFO] [stderr]    |
[INFO] [stderr] 18 |             fn size(&mut self) -> (u32) {
[INFO] [stderr]    |                                   ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 24 | buffer_slice_impl!(Vec<u8>);
[INFO] [stderr]    | --------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer.rs:10:45
[INFO] [stderr]    |
[INFO] [stderr] 10 |             fn read8(&mut self, p0: u32) -> (u32) {
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 25 | buffer_slice_impl!(Box<[u8]>);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer.rs:18:35
[INFO] [stderr]    |
[INFO] [stderr] 18 |             fn size(&mut self) -> (u32) {
[INFO] [stderr]    |                                   ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 25 | buffer_slice_impl!(Box<[u8]>);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer.rs:10:45
[INFO] [stderr]    |
[INFO] [stderr] 10 |             fn read8(&mut self, p0: u32) -> (u32) {
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 26 | buffer_slice_impl!(&'static mut [u8]);
[INFO] [stderr]    | ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer.rs:18:35
[INFO] [stderr]    |
[INFO] [stderr] 18 |             fn size(&mut self) -> (u32) {
[INFO] [stderr]    |                                   ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 26 | buffer_slice_impl!(&'static mut [u8]);
[INFO] [stderr]    | ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer.rs:30:45
[INFO] [stderr]    |
[INFO] [stderr] 30 |             fn read8(&mut self, p0: u32) -> (u32) {
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 44 | buffer_ro_slice_impl!(Arc<[u8]>);
[INFO] [stderr]    | -------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_ro_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer.rs:38:35
[INFO] [stderr]    |
[INFO] [stderr] 38 |             fn size(&mut self) -> (u32) {
[INFO] [stderr]    |                                   ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 44 | buffer_ro_slice_impl!(Arc<[u8]>);
[INFO] [stderr]    | -------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_ro_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer.rs:30:45
[INFO] [stderr]    |
[INFO] [stderr] 30 |             fn read8(&mut self, p0: u32) -> (u32) {
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 45 | buffer_ro_slice_impl!(&'static [u8]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_ro_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer.rs:38:35
[INFO] [stderr]    |
[INFO] [stderr] 38 |             fn size(&mut self) -> (u32) {
[INFO] [stderr]    |                                   ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 45 | buffer_ro_slice_impl!(&'static [u8]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_ro_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer.rs:90:37
[INFO] [stderr]    |
[INFO] [stderr] 90 |     fn read8(&mut self, p0: u32) -> (u32) {
[INFO] [stderr]    |                                     ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 90 -     fn read8(&mut self, p0: u32) -> (u32) {
[INFO] [stderr] 90 +     fn read8(&mut self, p0: u32) -> u32 {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer.rs:94:27
[INFO] [stderr]    |
[INFO] [stderr] 94 |     fn size(&mut self) -> (u32) {
[INFO] [stderr]    |                           ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 94 -     fn size(&mut self) -> (u32) {
[INFO] [stderr] 94 +     fn size(&mut self) -> u32 {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer.rs:103:37
[INFO] [stderr]     |
[INFO] [stderr] 103 |     fn read8(&mut self, p0: u64) -> (u32) {
[INFO] [stderr]     |                                     ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 103 -     fn read8(&mut self, p0: u64) -> (u32) {
[INFO] [stderr] 103 +     fn read8(&mut self, p0: u64) -> u32 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer.rs:107:27
[INFO] [stderr]     |
[INFO] [stderr] 107 |     fn size(&mut self) -> (u64) {
[INFO] [stderr]     |                           ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 107 -     fn size(&mut self) -> (u64) {
[INFO] [stderr] 107 +     fn size(&mut self) -> u64 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer.rs:121:37
[INFO] [stderr]     |
[INFO] [stderr] 121 |     fn read8(&mut self, p0: u32) -> (u32) {
[INFO] [stderr]     |                                     ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 121 -     fn read8(&mut self, p0: u32) -> (u32) {
[INFO] [stderr] 121 +     fn read8(&mut self, p0: u32) -> u32 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer.rs:125:27
[INFO] [stderr]     |
[INFO] [stderr] 125 |     fn size(&mut self) -> (u32) {
[INFO] [stderr]     |                           ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 125 -     fn size(&mut self) -> (u32) {
[INFO] [stderr] 125 +     fn size(&mut self) -> u32 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]  --> src/buffer64/ffi.rs:2:37
[INFO] [stderr]   |
[INFO] [stderr] 2 |     fn read8(&mut self, p0: u64) -> (u32);
[INFO] [stderr]   |                                     ^   ^
[INFO] [stderr]   |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]   |
[INFO] [stderr] 2 -     fn read8(&mut self, p0: u64) -> (u32);
[INFO] [stderr] 2 +     fn read8(&mut self, p0: u64) -> u32;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]  --> src/buffer64/ffi.rs:3:27
[INFO] [stderr]   |
[INFO] [stderr] 3 |     fn size(&mut self) -> (u64);
[INFO] [stderr]   |                           ^   ^
[INFO] [stderr]   |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]   |
[INFO] [stderr] 3 -     fn size(&mut self) -> (u64);
[INFO] [stderr] 3 +     fn size(&mut self) -> u64;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64/ffi.rs:96:41
[INFO] [stderr]    |
[INFO] [stderr] 96 |         fn read8(&mut self, p0: u64) -> (u32) {
[INFO] [stderr]    |                                         ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 96 -         fn read8(&mut self, p0: u64) -> (u32) {
[INFO] [stderr] 96 +         fn read8(&mut self, p0: u64) -> u32 {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer64/ffi.rs:102:46
[INFO] [stderr]     |
[INFO] [stderr] 102 |                 fn go(this: u32, p0: u64) -> (u32);
[INFO] [stderr]     |                                              ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 102 -                 fn go(this: u32, p0: u64) -> (u32);
[INFO] [stderr] 102 +                 fn go(this: u32, p0: u64) -> u32;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer64/ffi.rs:106:31
[INFO] [stderr]     |
[INFO] [stderr] 106 |         fn size(&mut self) -> (u64) {
[INFO] [stderr]     |                               ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 106 -         fn size(&mut self) -> (u64) {
[INFO] [stderr] 106 +         fn size(&mut self) -> u64 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer64/ffi.rs:112:37
[INFO] [stderr]     |
[INFO] [stderr] 112 |                 fn go(this: u32) -> (u64);
[INFO] [stderr]     |                                     ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 112 -                 fn go(this: u32) -> (u64);
[INFO] [stderr] 112 +                 fn go(this: u32) -> u64;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer64/ffi.rs:132:46
[INFO] [stderr]     |
[INFO] [stderr] 132 |     extern "C" fn read8(id: u32, p0: u64) -> (u32) {
[INFO] [stderr]     |                                              ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 132 -     extern "C" fn read8(id: u32, p0: u64) -> (u32) {
[INFO] [stderr] 132 +     extern "C" fn read8(id: u32, p0: u64) -> u32 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/buffer64/ffi.rs:136:36
[INFO] [stderr]     |
[INFO] [stderr] 136 |     extern "C" fn size(id: u32) -> (u64) {
[INFO] [stderr]     |                                    ^   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 136 -     extern "C" fn size(id: u32) -> (u64) {
[INFO] [stderr] 136 +     extern "C" fn size(id: u32) -> u64 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64.rs:10:45
[INFO] [stderr]    |
[INFO] [stderr] 10 |             fn read8(&mut self, p0: u64) -> (u32) {
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 24 | buffer_slice_impl!(Vec<u8>);
[INFO] [stderr]    | --------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64.rs:18:35
[INFO] [stderr]    |
[INFO] [stderr] 18 |             fn size(&mut self) -> (u64) {
[INFO] [stderr]    |                                   ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 24 | buffer_slice_impl!(Vec<u8>);
[INFO] [stderr]    | --------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64.rs:10:45
[INFO] [stderr]    |
[INFO] [stderr] 10 |             fn read8(&mut self, p0: u64) -> (u32) {
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 25 | buffer_slice_impl!(Box<[u8]>);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64.rs:18:35
[INFO] [stderr]    |
[INFO] [stderr] 18 |             fn size(&mut self) -> (u64) {
[INFO] [stderr]    |                                   ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 25 | buffer_slice_impl!(Box<[u8]>);
[INFO] [stderr]    | ----------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64.rs:10:45
[INFO] [stderr]    |
[INFO] [stderr] 10 |             fn read8(&mut self, p0: u64) -> (u32) {
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 26 | buffer_slice_impl!(&'static mut [u8]);
[INFO] [stderr]    | ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64.rs:18:35
[INFO] [stderr]    |
[INFO] [stderr] 18 |             fn size(&mut self) -> (u64) {
[INFO] [stderr]    |                                   ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 26 | buffer_slice_impl!(&'static mut [u8]);
[INFO] [stderr]    | ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64.rs:30:45
[INFO] [stderr]    |
[INFO] [stderr] 30 |             fn read8(&mut self, p0: u64) -> (u32) {
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 44 | buffer_ro_slice_impl!(Arc<[u8]>);
[INFO] [stderr]    | -------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_ro_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64.rs:38:35
[INFO] [stderr]    |
[INFO] [stderr] 38 |             fn size(&mut self) -> (u64) {
[INFO] [stderr]    |                                   ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 44 | buffer_ro_slice_impl!(Arc<[u8]>);
[INFO] [stderr]    | -------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_ro_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64.rs:30:45
[INFO] [stderr]    |
[INFO] [stderr] 30 |             fn read8(&mut self, p0: u64) -> (u32) {
[INFO] [stderr]    |                                             ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 45 | buffer_ro_slice_impl!(&'static [u8]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_ro_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64.rs:38:35
[INFO] [stderr]    |
[INFO] [stderr] 38 |             fn size(&mut self) -> (u64) {
[INFO] [stderr]    |                                   ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 45 | buffer_ro_slice_impl!(&'static [u8]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `buffer_ro_slice_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64.rs:92:37
[INFO] [stderr]    |
[INFO] [stderr] 92 |     fn read8(&mut self, p0: u64) -> (u32) {
[INFO] [stderr]    |                                     ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 92 -     fn read8(&mut self, p0: u64) -> (u32) {
[INFO] [stderr] 92 +     fn read8(&mut self, p0: u64) -> u32 {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/buffer64.rs:96:27
[INFO] [stderr]    |
[INFO] [stderr] 96 |     fn size(&mut self) -> (u64) {
[INFO] [stderr]    |                           ^   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 96 -     fn size(&mut self) -> (u64) {
[INFO] [stderr] 96 +     fn size(&mut self) -> u64 {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `pit-basic` (lib doc) generated 44 warnings (run `cargo fix --lib -p pit-basic` to apply 24 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/pit_basic/index.html
[INFO] running `Command { std: "docker" "inspect" "39b439586f901ac850134157707f709c3e9caf45415103bfb16456a59300497a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39b439586f901ac850134157707f709c3e9caf45415103bfb16456a59300497a", kill_on_drop: false }`
[INFO] [stdout] 39b439586f901ac850134157707f709c3e9caf45415103bfb16456a59300497a