pit-basic 0.4.0

Portal Interface Types for WebAssembly
Documentation
Build #2535472 2025-09-25 23:13:34
# rustc version
rustc 1.92.0-nightly (caccb4d03 2025-09-24)# docs.rs version
docsrs 0.6.0 (f42173de 2025-09-12)# 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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250924-1.92.0-nightly-caccb4d03\", \"--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] 0ba617c75c479a509ed1cdc2f0e0e4f1a0ff82dc0a364cb9990302b089ce23c8
[INFO] running `Command { std: "docker" "start" "-a" "0ba617c75c479a509ed1cdc2f0e0e4f1a0ff82dc0a364cb9990302b089ce23c8", 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)]` (part of `#[warn(unused)]`) 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.36s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/pit_basic/index.html
[INFO] running `Command { std: "docker" "inspect" "0ba617c75c479a509ed1cdc2f0e0e4f1a0ff82dc0a364cb9990302b089ce23c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ba617c75c479a509ed1cdc2f0e0e4f1a0ff82dc0a364cb9990302b089ce23c8", kill_on_drop: false }`
[INFO] [stdout] 0ba617c75c479a509ed1cdc2f0e0e4f1a0ff82dc0a364cb9990302b089ce23c8