[go: up one dir, main page]

glam 0.13.0

A simple and fast 3D math library for games and graphics
Documentation
Build #357461 2021-03-04 09:14:16
# rustc version
rustc 1.52.0-nightly (476acbf1e 2021-03-03)# docs.rs version
docsrs 0.6.0 (4d8ffbe 2021-03-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/glam-0.13.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/glam-0.13.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--resource-suffix" "-20210303-1.52.0-nightly-476acbf1e" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", 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] 30689b2f67395e1e2391c67dbaf5064e332a7879e77f9fe363203581e8c36069
[INFO] running `Command { std: "docker" "start" "-a" "30689b2f67395e1e2391c67dbaf5064e332a7879e77f9fe363203581e8c36069", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]  Documenting glam v0.13.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Mat3::transform_point3`
[INFO] [stderr]    --> src/mat3.rs:155:14
[INFO] [stderr]     |
[INFO] [stderr] 155 |         /// [`Self::transform_point3()`] and [`Self::transform_vector3()`].
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Mat3` has no function named `transform_point3`
[INFO] [stderr] ...
[INFO] [stderr] 490 |     impl_mat3_methods!(f32, Vec3, Vec2, Quat, InnerF32);
[INFO] [stderr]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(broken_intra_doc_links)]` on by default
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Mat3::transform_vector3`
[INFO] [stderr]    --> src/mat3.rs:155:47
[INFO] [stderr]     |
[INFO] [stderr] 155 |         /// [`Self::transform_point3()`] and [`Self::transform_vector3()`].
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Mat3` has no function named `transform_vector3`
[INFO] [stderr] ...
[INFO] [stderr] 490 |     impl_mat3_methods!(f32, Vec3, Vec2, Quat, InnerF32);
[INFO] [stderr]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DMat3::transform_point3`
[INFO] [stderr]    --> src/mat3.rs:155:14
[INFO] [stderr]     |
[INFO] [stderr] 155 |         /// [`Self::transform_point3()`] and [`Self::transform_vector3()`].
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DMat3` has no function named `transform_point3`
[INFO] [stderr] ...
[INFO] [stderr] 545 |     impl_mat3_methods!(f64, DVec3, DVec2, DQuat, InnerF64);
[INFO] [stderr]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DMat3::transform_vector3`
[INFO] [stderr]    --> src/mat3.rs:155:47
[INFO] [stderr]     |
[INFO] [stderr] 155 |         /// [`Self::transform_point3()`] and [`Self::transform_vector3()`].
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DMat3` has no function named `transform_vector3`
[INFO] [stderr] ...
[INFO] [stderr] 545 |     impl_mat3_methods!(f64, DVec3, DVec2, DQuat, InnerF64);
[INFO] [stderr]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Mat4::orthgraphic_lh`
[INFO] [stderr]    --> src/mat4.rs:44:71
[INFO] [stderr]     |
[INFO] [stderr] 44  |         /// Othographic projections can be created using the methods [`Self::orthgraphic_lh()`] for
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Mat4` has no function named `orthgraphic_lh`
[INFO] [stderr] ...
[INFO] [stderr] 713 | define_mat4_struct!(Mat4, InnerF32);
[INFO] [stderr]     | ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Mat4::transform_point2`
[INFO] [stderr]    --> src/mat4.rs:48:18
[INFO] [stderr]     |
[INFO] [stderr] 48  |         /// The [`Self::transform_point2()`] and [`Self::transform_vector2()`] convenience methods
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Mat4` has no function named `transform_point2`
[INFO] [stderr] ...
[INFO] [stderr] 713 | define_mat4_struct!(Mat4, InnerF32);
[INFO] [stderr]     | ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Mat4::transform_vector2`
[INFO] [stderr]    --> src/mat4.rs:48:51
[INFO] [stderr]     |
[INFO] [stderr] 48  |         /// The [`Self::transform_point2()`] and [`Self::transform_vector2()`] convenience methods
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Mat4` has no function named `transform_vector2`
[INFO] [stderr] ...
[INFO] [stderr] 713 | define_mat4_struct!(Mat4, InnerF32);
[INFO] [stderr]     | ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:348:71
[INFO] [stderr]     |
[INFO] [stderr] 348 |         /// Creates a left-handed perspective projection matrix with [0,1] depth range.
[INFO] [stderr]     |                                                                       ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 716 |     impl_mat4_methods!(f32, Vec4, Vec3, Quat, InnerF32);
[INFO] [stderr]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:359:72
[INFO] [stderr]     |
[INFO] [stderr] 359 |         /// Creates a right-handed perspective projection matrix with [0,1] depth range.
[INFO] [stderr]     |                                                                        ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 716 |     impl_mat4_methods!(f32, Vec4, Vec3, Quat, InnerF32);
[INFO] [stderr]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:370:81
[INFO] [stderr]     |
[INFO] [stderr] 370 |         /// Creates an infinite left-handed perspective projection matrix with [0,1] depth range.
[INFO] [stderr]     |                                                                                 ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 716 |     impl_mat4_methods!(f32, Vec4, Vec3, Quat, InnerF32);
[INFO] [stderr]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:380:81
[INFO] [stderr]     |
[INFO] [stderr] 380 |         /// Creates an infinite left-handed perspective projection matrix with [0,1] depth range.
[INFO] [stderr]     |                                                                                 ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 716 |     impl_mat4_methods!(f32, Vec4, Vec3, Quat, InnerF32);
[INFO] [stderr]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:395:14
[INFO] [stderr]     |
[INFO] [stderr] 395 |         /// [0,1] depth range.
[INFO] [stderr]     |              ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 716 |     impl_mat4_methods!(f32, Vec4, Vec3, Quat, InnerF32);
[INFO] [stderr]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:406:19
[INFO] [stderr]     |
[INFO] [stderr] 406 |         /// with [0,1] depth range.
[INFO] [stderr]     |                   ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 716 |     impl_mat4_methods!(f32, Vec4, Vec3, Quat, InnerF32);
[INFO] [stderr]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:438:72
[INFO] [stderr]     |
[INFO] [stderr] 438 |         /// Creates a left-handed orthographic projection matrix with [0,1] depth range.
[INFO] [stderr]     |                                                                        ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 716 |     impl_mat4_methods!(f32, Vec4, Vec3, Quat, InnerF32);
[INFO] [stderr]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:451:73
[INFO] [stderr]     |
[INFO] [stderr] 451 |         /// Creates a right-handed orthographic projection matrix with [0,1] depth range.
[INFO] [stderr]     |                                                                         ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 716 |     impl_mat4_methods!(f32, Vec4, Vec3, Quat, InnerF32);
[INFO] [stderr]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DMat4::orthgraphic_lh`
[INFO] [stderr]    --> src/mat4.rs:44:71
[INFO] [stderr]     |
[INFO] [stderr] 44  |         /// Othographic projections can be created using the methods [`Self::orthgraphic_lh()`] for
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DMat4` has no function named `orthgraphic_lh`
[INFO] [stderr] ...
[INFO] [stderr] 748 | define_mat4_struct!(DMat4, InnerF64);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DMat4::transform_point2`
[INFO] [stderr]    --> src/mat4.rs:48:18
[INFO] [stderr]     |
[INFO] [stderr] 48  |         /// The [`Self::transform_point2()`] and [`Self::transform_vector2()`] convenience methods
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DMat4` has no function named `transform_point2`
[INFO] [stderr] ...
[INFO] [stderr] 748 | define_mat4_struct!(DMat4, InnerF64);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DMat4::transform_vector2`
[INFO] [stderr]    --> src/mat4.rs:48:51
[INFO] [stderr]     |
[INFO] [stderr] 48  |         /// The [`Self::transform_point2()`] and [`Self::transform_vector2()`] convenience methods
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DMat4` has no function named `transform_vector2`
[INFO] [stderr] ...
[INFO] [stderr] 748 | define_mat4_struct!(DMat4, InnerF64);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:348:71
[INFO] [stderr]     |
[INFO] [stderr] 348 |         /// Creates a left-handed perspective projection matrix with [0,1] depth range.
[INFO] [stderr]     |                                                                       ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 751 |     impl_mat4_methods!(f64, DVec4, DVec3, DQuat, InnerF64);
[INFO] [stderr]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:359:72
[INFO] [stderr]     |
[INFO] [stderr] 359 |         /// Creates a right-handed perspective projection matrix with [0,1] depth range.
[INFO] [stderr]     |                                                                        ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 751 |     impl_mat4_methods!(f64, DVec4, DVec3, DQuat, InnerF64);
[INFO] [stderr]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:370:81
[INFO] [stderr]     |
[INFO] [stderr] 370 |         /// Creates an infinite left-handed perspective projection matrix with [0,1] depth range.
[INFO] [stderr]     |                                                                                 ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 751 |     impl_mat4_methods!(f64, DVec4, DVec3, DQuat, InnerF64);
[INFO] [stderr]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:380:81
[INFO] [stderr]     |
[INFO] [stderr] 380 |         /// Creates an infinite left-handed perspective projection matrix with [0,1] depth range.
[INFO] [stderr]     |                                                                                 ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 751 |     impl_mat4_methods!(f64, DVec4, DVec3, DQuat, InnerF64);
[INFO] [stderr]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:395:14
[INFO] [stderr]     |
[INFO] [stderr] 395 |         /// [0,1] depth range.
[INFO] [stderr]     |              ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 751 |     impl_mat4_methods!(f64, DVec4, DVec3, DQuat, InnerF64);
[INFO] [stderr]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:406:19
[INFO] [stderr]     |
[INFO] [stderr] 406 |         /// with [0,1] depth range.
[INFO] [stderr]     |                   ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 751 |     impl_mat4_methods!(f64, DVec4, DVec3, DQuat, InnerF64);
[INFO] [stderr]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:438:72
[INFO] [stderr]     |
[INFO] [stderr] 438 |         /// Creates a left-handed orthographic projection matrix with [0,1] depth range.
[INFO] [stderr]     |                                                                        ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 751 |     impl_mat4_methods!(f64, DVec4, DVec3, DQuat, InnerF64);
[INFO] [stderr]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0,1`
[INFO] [stderr]    --> src/mat4.rs:451:73
[INFO] [stderr]     |
[INFO] [stderr] 451 |         /// Creates a right-handed orthographic projection matrix with [0,1] depth range.
[INFO] [stderr]     |                                                                         ^^^ no item named `0,1` in scope
[INFO] [stderr] ...
[INFO] [stderr] 751 |     impl_mat4_methods!(f64, DVec4, DVec3, DQuat, InnerF64);
[INFO] [stderr]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/mat4.rs:332:17
[INFO] [stderr]     |
[INFO] [stderr] 332 |         /// See https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/gluPerspective.xml
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/gluPerspective.xml>`
[INFO] [stderr] ...
[INFO] [stderr] 716 |     impl_mat4_methods!(f32, Vec4, Vec3, Quat, InnerF32);
[INFO] [stderr]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_autolinks)]` on by default
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/mat4.rs:423:13
[INFO] [stderr]     |
[INFO] [stderr] 423 |         /// https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glOrtho.xml
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glOrtho.xml>`
[INFO] [stderr] ...
[INFO] [stderr] 716 |     impl_mat4_methods!(f32, Vec4, Vec3, Quat, InnerF32);
[INFO] [stderr]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/mat4.rs:332:17
[INFO] [stderr]     |
[INFO] [stderr] 332 |         /// See https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/gluPerspective.xml
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/gluPerspective.xml>`
[INFO] [stderr] ...
[INFO] [stderr] 751 |     impl_mat4_methods!(f64, DVec4, DVec3, DQuat, InnerF64);
[INFO] [stderr]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/mat4.rs:423:13
[INFO] [stderr]     |
[INFO] [stderr] 423 |         /// https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glOrtho.xml
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glOrtho.xml>`
[INFO] [stderr] ...
[INFO] [stderr] 751 |     impl_mat4_methods!(f64, DVec4, DVec3, DQuat, InnerF64);
[INFO] [stderr]     |     ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: 30 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.74s
[INFO] running `Command { std: "docker" "inspect" "30689b2f67395e1e2391c67dbaf5064e332a7879e77f9fe363203581e8c36069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30689b2f67395e1e2391c67dbaf5064e332a7879e77f9fe363203581e8c36069", kill_on_drop: false }`
[INFO] [stdout] 30689b2f67395e1e2391c67dbaf5064e332a7879e77f9fe363203581e8c36069