[INFO] crate mint 0.5.4 is already in cache [INFO] checking mint-0.5.4 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate mint 0.5.4 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate mint 0.5.4 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mint 0.5.4 [INFO] finished tweaking crates.io crate mint 0.5.4 [INFO] tweaked toml for crates.io crate mint 0.5.4 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 07bef5cb719c2791140f4a0332dcc3df4148b18fdc4d620c28d0962913c2fc9d [INFO] running `"docker" "start" "-a" "07bef5cb719c2791140f4a0332dcc3df4148b18fdc4d620c28d0962913c2fc9d"` [INFO] [stderr] Checking mint v0.5.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | /// 2x2 row-major matrix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 76 | matrix!( RowMatrix2 : Vector2[x[x,y]=0,y[x,y]=1] = (2, 2)); [INFO] [stderr] | ----------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | /// 2x2 row-major matrix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 76 | matrix!( RowMatrix2 : Vector2[x[x,y]=0,y[x,y]=1] = (2, 2)); [INFO] [stderr] | ----------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | / /// 2x3 row-major matrix. [INFO] [stderr] 79 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 80 | matrix!( RowMatrix2x3 : Vector3[x[x,y,z]=0,y[x,y,z]=1] = (3, 2)); [INFO] [stderr] | ----------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | /// 2x4 row-major matrix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 83 | matrix!( RowMatrix2x4 : Vector4[x[x,y,z,w]=0,y[x,y,z,w]=1] = (4, 2)); [INFO] [stderr] | --------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | / /// 3x2 row-major matrix. [INFO] [stderr] 86 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 87 | matrix!( RowMatrix3x2 : Vector2[x[x,y]=0,y[x,y]=1,z[x,y]=2] = (2, 3)); [INFO] [stderr] | ---------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:89:1 [INFO] [stderr] | [INFO] [stderr] 89 | / /// 3x3 row-major matrix. [INFO] [stderr] 90 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stderr] | |___________________________________________________________^ [INFO] [stderr] 91 | matrix!( RowMatrix3 : Vector3[x[x,y,z]=0,y[x,y,z]=1,z[x,y,z]=2] = (3, 3)); [INFO] [stderr] | -------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / /// 3x4 row-major matrix. [INFO] [stderr] 94 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 95 | matrix!( RowMatrix3x4 : Vector4[x[x,y,z,w]=0,y[x,y,z,w]=1,z[x,y,z,w]=2] = (4, 3)); [INFO] [stderr] | ---------------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | / /// 2x3 row-major matrix. [INFO] [stderr] 79 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 80 | matrix!( RowMatrix2x3 : Vector3[x[x,y,z]=0,y[x,y,z]=1] = (3, 2)); [INFO] [stderr] | ----------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / /// 4x3 row-major matrix. [INFO] [stderr] 98 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 99 | matrix!( RowMatrix4x3 : Vector3[x[x,y,z]=0,y[x,y,z]=1,z[x,y,z]=2,w[x,y,z]=3] = (3, 4)); [INFO] [stderr] | --------------------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:104:1 [INFO] [stderr] | [INFO] [stderr] 104 | /// 4x4 row-major matrix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 105 | matrix!( RowMatrix4 : Vector4[x[x,y,z,w]=0,y[x,y,z,w]=1,z[x,y,z,w]=2,w[x,y,z,w]=3] = (4, 4)); [INFO] [stderr] | --------------------------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:108:1 [INFO] [stderr] | [INFO] [stderr] 108 | /// 2x2 column-major matrix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 109 | matrix!( ColumnMatrix2 : Vector2[x[x,y]=0,y[x,y]=1] = (2, 2)); [INFO] [stderr] | -------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / /// 2x3 column-major matrix. [INFO] [stderr] 112 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 113 | matrix!( ColumnMatrix2x3 : Vector2[x[x,y]=0,y[x,y]=1,z[x,y]=2] = (2, 3)); [INFO] [stderr] | ------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:118:1 [INFO] [stderr] | [INFO] [stderr] 118 | / /// 3x2 column-major matrix. [INFO] [stderr] 119 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 120 | matrix!( ColumnMatrix3x2 : Vector3[x[x,y,z]=0,y[x,y,z]=1] = (3, 2)); [INFO] [stderr] | -------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / /// 3x3 column-major matrix. [INFO] [stderr] 123 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stderr] | |___________________________________________________________^ [INFO] [stderr] 124 | matrix!( ColumnMatrix3 : Vector3[x[x,y,z]=0,y[x,y,z]=1,z[x,y,z]=2] = (3, 3)); [INFO] [stderr] | ----------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / /// 3x4 column-major matrix. [INFO] [stderr] 127 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 128 | matrix!( ColumnMatrix3x4 : Vector3[x[x,y,z]=0,y[x,y,z]=1,z[x,y,z]=2,w[x,y,z]=3] = (3, 4)); [INFO] [stderr] | ------------------------------------------------------------------------------------------ rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:130:1 [INFO] [stderr] | [INFO] [stderr] 130 | /// 4x2 column-major matrix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 131 | matrix!( ColumnMatrix4x2 : Vector4[x[x,y,z,w]=0,y[x,y,z,w]=1] = (4, 2)); [INFO] [stderr] | ------------------------------------------------------------------------ rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:133:1 [INFO] [stderr] | [INFO] [stderr] 133 | / /// 4x3 column-major matrix. [INFO] [stderr] 134 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 135 | matrix!( ColumnMatrix4x3 : Vector4[x[x,y,z,w]=0,y[x,y,z,w]=1,z[x,y,z,w]=2] = (4, 3)); [INFO] [stderr] | ------------------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | /// 4x4 column-major matrix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 138 | matrix!( ColumnMatrix4 : Vector4[x[x,y,z,w]=0,y[x,y,z,w]=1,z[x,y,z,w]=2,w[x,y,z,w]=3] = (4, 4)); [INFO] [stderr] | ------------------------------------------------------------------------------------------------ rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | /// 2x4 row-major matrix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 83 | matrix!( RowMatrix2x4 : Vector4[x[x,y,z,w]=0,y[x,y,z,w]=1] = (4, 2)); [INFO] [stderr] | --------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | / /// 3x2 row-major matrix. [INFO] [stderr] 86 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 87 | matrix!( RowMatrix3x2 : Vector2[x[x,y]=0,y[x,y]=1,z[x,y]=2] = (2, 3)); [INFO] [stderr] | ---------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:89:1 [INFO] [stderr] | [INFO] [stderr] 89 | / /// 3x3 row-major matrix. [INFO] [stderr] 90 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stderr] | |___________________________________________________________^ [INFO] [stderr] 91 | matrix!( RowMatrix3 : Vector3[x[x,y,z]=0,y[x,y,z]=1,z[x,y,z]=2] = (3, 3)); [INFO] [stderr] | -------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / /// 3x4 row-major matrix. [INFO] [stderr] 94 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 95 | matrix!( RowMatrix3x4 : Vector4[x[x,y,z,w]=0,y[x,y,z,w]=1,z[x,y,z,w]=2] = (4, 3)); [INFO] [stderr] | ---------------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / /// 4x3 row-major matrix. [INFO] [stderr] 98 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 99 | matrix!( RowMatrix4x3 : Vector3[x[x,y,z]=0,y[x,y,z]=1,z[x,y,z]=2,w[x,y,z]=3] = (3, 4)); [INFO] [stderr] | --------------------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:104:1 [INFO] [stderr] | [INFO] [stderr] 104 | /// 4x4 row-major matrix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 105 | matrix!( RowMatrix4 : Vector4[x[x,y,z,w]=0,y[x,y,z,w]=1,z[x,y,z,w]=2,w[x,y,z,w]=3] = (4, 4)); [INFO] [stderr] | --------------------------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:108:1 [INFO] [stderr] | [INFO] [stderr] 108 | /// 2x2 column-major matrix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 109 | matrix!( ColumnMatrix2 : Vector2[x[x,y]=0,y[x,y]=1] = (2, 2)); [INFO] [stderr] | -------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / /// 2x3 column-major matrix. [INFO] [stderr] 112 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 113 | matrix!( ColumnMatrix2x3 : Vector2[x[x,y]=0,y[x,y]=1,z[x,y]=2] = (2, 3)); [INFO] [stderr] | ------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:118:1 [INFO] [stderr] | [INFO] [stderr] 118 | / /// 3x2 column-major matrix. [INFO] [stderr] 119 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 120 | matrix!( ColumnMatrix3x2 : Vector3[x[x,y,z]=0,y[x,y,z]=1] = (3, 2)); [INFO] [stderr] | -------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / /// 3x3 column-major matrix. [INFO] [stderr] 123 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stderr] | |___________________________________________________________^ [INFO] [stderr] 124 | matrix!( ColumnMatrix3 : Vector3[x[x,y,z]=0,y[x,y,z]=1,z[x,y,z]=2] = (3, 3)); [INFO] [stderr] | ----------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / /// 3x4 column-major matrix. [INFO] [stderr] 127 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 128 | matrix!( ColumnMatrix3x4 : Vector3[x[x,y,z]=0,y[x,y,z]=1,z[x,y,z]=2,w[x,y,z]=3] = (3, 4)); [INFO] [stderr] | ------------------------------------------------------------------------------------------ rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:130:1 [INFO] [stderr] | [INFO] [stderr] 130 | /// 4x2 column-major matrix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 131 | matrix!( ColumnMatrix4x2 : Vector4[x[x,y,z,w]=0,y[x,y,z,w]=1] = (4, 2)); [INFO] [stderr] | ------------------------------------------------------------------------ rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:133:1 [INFO] [stderr] | [INFO] [stderr] 133 | / /// 4x3 column-major matrix. [INFO] [stderr] 134 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 135 | matrix!( ColumnMatrix4x3 : Vector4[x[x,y,z,w]=0,y[x,y,z,w]=1,z[x,y,z,w]=2] = (4, 3)); [INFO] [stderr] | ------------------------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/matrix.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | /// 4x4 column-major matrix. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 138 | matrix!( ColumnMatrix4 : Vector4[x[x,y,z,w]=0,y[x,y,z,w]=1,z[x,y,z,w]=2,w[x,y,z,w]=3] = (4, 4)); [INFO] [stderr] | ------------------------------------------------------------------------------------------------ rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.69s [INFO] running `"docker" "inspect" "07bef5cb719c2791140f4a0332dcc3df4148b18fdc4d620c28d0962913c2fc9d"` [INFO] running `"docker" "rm" "-f" "07bef5cb719c2791140f4a0332dcc3df4148b18fdc4d620c28d0962913c2fc9d"` [INFO] [stdout] 07bef5cb719c2791140f4a0332dcc3df4148b18fdc4d620c28d0962913c2fc9d