[INFO] crate fiz-math 0.0.14 is already in cache
[INFO] checking fiz-math-0.0.14 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate fiz-math 0.0.14 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate fiz-math 0.0.14 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate fiz-math 0.0.14
[INFO] finished tweaking crates.io crate fiz-math 0.0.14
[INFO] tweaked toml for crates.io crate fiz-math 0.0.14 written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 6cb8c8587876e392bba71643374504f879898b2ba355819f4cf33680836dedf6
[INFO] running `"docker" "start" "-a" "6cb8c8587876e392bba71643374504f879898b2ba355819f4cf33680836dedf6"`
[INFO] [stderr]     Checking fiz-math v0.0.14 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> src/unit/mm.rs:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | /// MM represents millimeters (1/10th a centimeter).
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// # Examples
[INFO] [stderr]    | ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:39:1
[INFO] [stderr]    |
[INFO] [stderr] 39 | /// use fiz_math::unit::MM;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// let x = MM(1.0);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:42:1
[INFO] [stderr]    |
[INFO] [stderr] 42 | /// println!("{:?}", x);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 | /// CM represents centimeters (1/100th a meter).
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | /// # Examples
[INFO] [stderr]    | ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | /// use fiz_math::unit::CM;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | /// let x = CM(1.0);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | /// println!("{:?}", x);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:32:1
[INFO] [stderr]    |
[INFO] [stderr] 32 | /// M represents meters (the SI base unit representing distance).
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | /// # Examples
[INFO] [stderr]    | ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | /// use fiz_math::unit::M;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:39:1
[INFO] [stderr]    |
[INFO] [stderr] 39 | /// let x = M(1.0);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | /// println!("{:?}", x);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:32:1
[INFO] [stderr]    |
[INFO] [stderr] 32 | /// KM represents kilometers (1000 meters).
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | /// # Examples
[INFO] [stderr]    | ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | /// use fiz_math::unit::KM;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:39:1
[INFO] [stderr]    |
[INFO] [stderr] 39 | /// let x = KM(1.0);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | /// println!("{:?}", x);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:31:1
[INFO] [stderr]    |
[INFO] [stderr] 31 | /// Rad represents radians (the standard unit of angular measure).
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:32:1
[INFO] [stderr]    |
[INFO] [stderr] 32 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | /// # Examples
[INFO] [stderr]    | ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// use fiz_math::unit::Rad;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | /// let x = Rad(1.0);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:39:1
[INFO] [stderr]    |
[INFO] [stderr] 39 | /// println!("{:?}", x);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:31:1
[INFO] [stderr]    |
[INFO] [stderr] 31 | /// Deg represents degrees (a measurement of plane angle, representing 1/360th a
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | /// # Examples
[INFO] [stderr]    | ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | /// use fiz_math::unit::Deg;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:39:1
[INFO] [stderr]    |
[INFO] [stderr] 39 | /// let x = Deg(1.0);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | /// println!("{:?}", x);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: extern crate `num` is private, and cannot be re-exported (error E0365), consider declaring with `pub`
[INFO] [stderr]  --> src/lib.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub use num as num_export;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[deny(pub_use_of_private_extern_crate)]` on by default
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #34537 <https://github.com/rust-lang/rust/issues/34537>
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> src/unit/mm.rs:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | /// MM represents millimeters (1/10th a centimeter).
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// # Examples
[INFO] [stderr]    | ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:39:1
[INFO] [stderr]    |
[INFO] [stderr] 39 | /// use fiz_math::unit::MM;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// let x = MM(1.0);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:42:1
[INFO] [stderr]    |
[INFO] [stderr] 42 | /// println!("{:?}", x);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/mm.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 | /// CM represents centimeters (1/100th a meter).
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | /// # Examples
[INFO] [stderr]    | ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | /// use fiz_math::unit::CM;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | /// let x = CM(1.0);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | /// println!("{:?}", x);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/cm.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:32:1
[INFO] [stderr]    |
[INFO] [stderr] 32 | /// M represents meters (the SI base unit representing distance).
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | /// # Examples
[INFO] [stderr]    | ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | /// use fiz_math::unit::M;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:39:1
[INFO] [stderr]    |
[INFO] [stderr] 39 | /// let x = M(1.0);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | /// println!("{:?}", x);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/m.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:32:1
[INFO] [stderr]    |
[INFO] [stderr] 32 | /// KM represents kilometers (1000 meters).
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | /// # Examples
[INFO] [stderr]    | ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | /// use fiz_math::unit::KM;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:39:1
[INFO] [stderr]    |
[INFO] [stderr] 39 | /// let x = KM(1.0);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | /// println!("{:?}", x);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/km.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:31:1
[INFO] [stderr]    |
[INFO] [stderr] 31 | /// Rad represents radians (the standard unit of angular measure).
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:32:1
[INFO] [stderr]    |
[INFO] [stderr] 32 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | /// # Examples
[INFO] [stderr]    | ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// use fiz_math::unit::Rad;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | /// let x = Rad(1.0);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:39:1
[INFO] [stderr]    |
[INFO] [stderr] 39 | /// println!("{:?}", x);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/rad.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:31:1
[INFO] [stderr]    |
[INFO] [stderr] 31 | /// Deg represents degrees (a measurement of plane angle, representing 1/360th a
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | /// # Examples
[INFO] [stderr]    | ^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | /// use fiz_math::unit::Deg;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | ///
[INFO] [stderr]    | ^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:39:1
[INFO] [stderr]    |
[INFO] [stderr] 39 | /// let x = Deg(1.0);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | /// println!("{:?}", x);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[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/unit/deg.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// ```
[INFO] [stderr]    | ^^^^^^^ rustdoc does not generate documentation for macros
[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] error: extern crate `num` is private, and cannot be re-exported (error E0365), consider declaring with `pub`
[INFO] [stderr]  --> src/lib.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub use num as num_export;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[deny(pub_use_of_private_extern_crate)]` on by default
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #34537 <https://github.com/rust-lang/rust/issues/34537>
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::mm::MM<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> src/unit_macro.rs:365:54
[INFO] [stderr]     |
[INFO] [stderr] 365 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::mm::MM<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/unit/mm.rs:44:1
[INFO] [stderr]     |
[INFO] [stderr] 44  | unit!(MM);
[INFO] [stderr]     | ---------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::cm::CM<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> src/unit_macro.rs:365:54
[INFO] [stderr]     |
[INFO] [stderr] 365 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::cm::CM<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/unit/cm.rs:28:1
[INFO] [stderr]     |
[INFO] [stderr] 28  | unit!(CM);
[INFO] [stderr]     | ---------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::m::M<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> src/unit_macro.rs:365:54
[INFO] [stderr]     |
[INFO] [stderr] 365 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::m::M<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/unit/m.rs:42:1
[INFO] [stderr]     |
[INFO] [stderr] 42  | unit!(M);
[INFO] [stderr]     | --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::km::KM<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> src/unit_macro.rs:365:54
[INFO] [stderr]     |
[INFO] [stderr] 365 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::km::KM<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/unit/km.rs:42:1
[INFO] [stderr]     |
[INFO] [stderr] 42  | unit!(KM);
[INFO] [stderr]     | ---------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::mm::MM<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> src/unit_macro.rs:365:54
[INFO] [stderr]     |
[INFO] [stderr] 365 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::mm::MM<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/unit/mm.rs:44:1
[INFO] [stderr]     |
[INFO] [stderr] 44  | unit!(MM);
[INFO] [stderr]     | ---------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::cm::CM<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> src/unit_macro.rs:365:54
[INFO] [stderr]     |
[INFO] [stderr] 365 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::cm::CM<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/unit/cm.rs:28:1
[INFO] [stderr]     |
[INFO] [stderr] 28  | unit!(CM);
[INFO] [stderr]     | ---------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::rad::Rad<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> src/unit_macro.rs:365:54
[INFO] [stderr]     |
[INFO] [stderr] 365 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::rad::Rad<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/unit/rad.rs:41:1
[INFO] [stderr]     |
[INFO] [stderr] 41  | unit!(Rad);
[INFO] [stderr]     | ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::m::M<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> src/unit_macro.rs:365:54
[INFO] [stderr]     |
[INFO] [stderr] 365 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::m::M<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/unit/m.rs:42:1
[INFO] [stderr]     |
[INFO] [stderr] 42  | unit!(M);
[INFO] [stderr]     | --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::deg::Deg<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> src/unit_macro.rs:365:54
[INFO] [stderr]     |
[INFO] [stderr] 365 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::deg::Deg<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/unit/deg.rs:42:1
[INFO] [stderr]     |
[INFO] [stderr] 42  | unit!(Deg);
[INFO] [stderr]     | ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::km::KM<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> src/unit_macro.rs:365:54
[INFO] [stderr]     |
[INFO] [stderr] 365 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::km::KM<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/unit/km.rs:42:1
[INFO] [stderr]     |
[INFO] [stderr] 42  | unit!(KM);
[INFO] [stderr]     | ---------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::rad::Rad<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> src/unit_macro.rs:365:54
[INFO] [stderr]     |
[INFO] [stderr] 365 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::rad::Rad<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/unit/rad.rs:41:1
[INFO] [stderr]     |
[INFO] [stderr] 41  | unit!(Rad);
[INFO] [stderr]     | ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::deg::Deg<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> src/unit_macro.rs:365:54
[INFO] [stderr]     |
[INFO] [stderr] 365 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::deg::Deg<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/unit/deg.rs:42:1
[INFO] [stderr]     |
[INFO] [stderr] 42  | unit!(Deg);
[INFO] [stderr]     | ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `fiz-math`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `fiz-math`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "6cb8c8587876e392bba71643374504f879898b2ba355819f4cf33680836dedf6"`
[INFO] running `"docker" "rm" "-f" "6cb8c8587876e392bba71643374504f879898b2ba355819f4cf33680836dedf6"`
[INFO] [stdout] 6cb8c8587876e392bba71643374504f879898b2ba355819f4cf33680836dedf6
