[INFO] fetching crate askew 0.1.0... [INFO] checking askew-0.1.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate askew 0.1.0 into /workspace/builds/worker-4-tc1/source [INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml [INFO] started tweaking crates.io crate askew 0.1.0 [INFO] finished tweaking crates.io crate askew 0.1.0 [INFO] tweaked toml for crates.io crate askew 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate askew 0.1.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate askew 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7936888539a5c6277eff560f28fb29131dbc76fc27c527f5f6edf0a7eb5170fb [INFO] running `Command { std: "docker" "start" "-a" "7936888539a5c6277eff560f28fb29131dbc76fc27c527f5f6edf0a7eb5170fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7936888539a5c6277eff560f28fb29131dbc76fc27c527f5f6edf0a7eb5170fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7936888539a5c6277eff560f28fb29131dbc76fc27c527f5f6edf0a7eb5170fb", kill_on_drop: false }` [INFO] [stdout] 7936888539a5c6277eff560f28fb29131dbc76fc27c527f5f6edf0a7eb5170fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7951ea482e0d7d30b64cbd1ea49e5a6a7aa6b8b2507ac310f45000a5739b48cd [INFO] running `Command { std: "docker" "start" "-a" "7951ea482e0d7d30b64cbd1ea49e5a6a7aa6b8b2507ac310f45000a5739b48cd", kill_on_drop: false }` [INFO] [stderr] Checking askew v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no function or associated item named `from_acos` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:350:28 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- function or associated item `from_acos` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 350 | let angle = Angle::from_acos(0.0); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Angle` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions: [INFO] [stdout] Angle::from_radians [INFO] [stdout] Angle::from_degrees [INFO] [stdout] Angle::from_turns [INFO] [stdout] Angle::from_percentage [INFO] [stdout] --> src/lib.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | pub const fn from_radians(radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | pub const fn from_degrees(degrees: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | pub const fn from_turns(turns: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | pub const fn from_percentage(percentage: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_asin` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:356:28 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- function or associated item `from_asin` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 356 | let angle = Angle::from_asin(0.0); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Angle` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions: [INFO] [stdout] Angle::from_radians [INFO] [stdout] Angle::from_degrees [INFO] [stdout] Angle::from_turns [INFO] [stdout] Angle::from_percentage [INFO] [stdout] --> src/lib.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | pub const fn from_radians(radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | pub const fn from_degrees(degrees: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | pub const fn from_turns(turns: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | pub const fn from_percentage(percentage: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: there is an associated function `from_radians` with a similar name [INFO] [stdout] | [INFO] [stdout] 356 - let angle = Angle::from_asin(0.0); [INFO] [stdout] 356 + let angle = Angle::from_radians(0.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_atan` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:362:28 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- function or associated item `from_atan` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 362 | let angle = Angle::from_atan(1.0); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Angle` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions: [INFO] [stdout] Angle::from_radians [INFO] [stdout] Angle::from_degrees [INFO] [stdout] Angle::from_turns [INFO] [stdout] Angle::from_percentage [INFO] [stdout] --> src/lib.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | pub const fn from_radians(radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | pub const fn from_degrees(degrees: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | pub const fn from_turns(turns: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | pub const fn from_percentage(percentage: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: there is an associated function `from_radians` with a similar name [INFO] [stdout] | [INFO] [stdout] 362 - let angle = Angle::from_atan(1.0); [INFO] [stdout] 362 + let angle = Angle::from_radians(1.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_atan2` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:368:28 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- function or associated item `from_atan2` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 368 | let angle = Angle::from_atan2(1.0, 1.0); [INFO] [stdout] | ^^^^^^^^^^ function or associated item not found in `Angle` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions: [INFO] [stdout] Angle::from_radians [INFO] [stdout] Angle::from_degrees [INFO] [stdout] Angle::from_turns [INFO] [stdout] Angle::from_percentage [INFO] [stdout] --> src/lib.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | pub const fn from_radians(radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | pub const fn from_degrees(degrees: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | pub const fn from_turns(turns: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | pub const fn from_percentage(percentage: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: there is an associated function `from_radians` with a similar name [INFO] [stdout] --> src/lib.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | pub const fn from_radians(radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_cartesian` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:374:28 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- function or associated item `from_cartesian` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 374 | let angle = Angle::from_cartesian(1.0, 1.0); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `Angle` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions: [INFO] [stdout] Angle::from_radians [INFO] [stdout] Angle::from_degrees [INFO] [stdout] Angle::from_turns [INFO] [stdout] Angle::from_percentage [INFO] [stdout] --> src/lib.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | pub const fn from_radians(radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | pub const fn from_degrees(degrees: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | pub const fn from_turns(turns: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | pub const fn from_percentage(percentage: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_cartesian` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:377:33 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- function or associated item `from_cartesian` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 377 | let angle_zero = Angle::from_cartesian(0.0, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `Angle` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions: [INFO] [stdout] Angle::from_radians [INFO] [stdout] Angle::from_degrees [INFO] [stdout] Angle::from_turns [INFO] [stdout] Angle::from_percentage [INFO] [stdout] --> src/lib.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | pub const fn from_radians(radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | pub const fn from_degrees(degrees: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | pub const fn from_turns(turns: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | pub const fn from_percentage(percentage: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_cartesian` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:380:37 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- function or associated item `from_cartesian` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 380 | let angle_negative = Angle::from_cartesian(-1.0, -1.0); [INFO] [stdout] | ^^^^^^^^^^^^^^ function or associated item not found in `Angle` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Angle` consider using one of the following associated functions: [INFO] [stdout] Angle::from_radians [INFO] [stdout] Angle::from_degrees [INFO] [stdout] Angle::from_turns [INFO] [stdout] Angle::from_percentage [INFO] [stdout] --> src/lib.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | pub const fn from_radians(radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | pub const fn from_degrees(degrees: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | pub const fn from_turns(turns: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | pub const fn from_percentage(percentage: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cos` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:387:24 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- method `cos` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 387 | assert!((angle.cos() - 0.5).abs() < f32::EPSILON); [INFO] [stdout] | ^^^ method not found in `Angle` [INFO] [stdout] | [INFO] [stdout] help: one of the expressions' fields has a method of the same name [INFO] [stdout] | [INFO] [stdout] 387 | assert!((angle.radians.cos() - 0.5).abs() < f32::EPSILON); [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sin` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:393:24 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- method `sin` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 393 | assert!((angle.sin() - 0.5).abs() < f32::EPSILON); [INFO] [stdout] | ^^^ method not found in `Angle` [INFO] [stdout] | [INFO] [stdout] help: one of the expressions' fields has a method of the same name [INFO] [stdout] | [INFO] [stdout] 393 | assert!((angle.radians.sin() - 0.5).abs() < f32::EPSILON); [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `tan` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:399:24 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- method `tan` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 399 | assert!((angle.tan() - 1.0).abs() < f32::EPSILON); [INFO] [stdout] | ^^^ method not found in `Angle` [INFO] [stdout] | [INFO] [stdout] help: one of the expressions' fields has a method of the same name [INFO] [stdout] | [INFO] [stdout] 399 | assert!((angle.radians.tan() - 1.0).abs() < f32::EPSILON); [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cot` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:405:24 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- method `cot` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 405 | assert!((angle.cot() - 1.0).abs() < f32::EPSILON); [INFO] [stdout] | ^^^ method not found in `Angle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cot` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:408:28 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- method `cot` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 408 | assert!(angle_zero.cot().is_infinite()); [INFO] [stdout] | ^^^ method not found in `Angle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sec` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:418:24 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- method `sec` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 418 | assert!((angle.sec() - expected).abs() < epsilon); [INFO] [stdout] | ^^^ method not found in `Angle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `csc` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:424:24 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- method `csc` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 424 | assert!((angle.csc() - 2.0).abs() < f32::EPSILON); [INFO] [stdout] | ^^^ method not found in `Angle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `csc` found for struct `Angle` in the current scope [INFO] [stdout] --> src/lib.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Angle { [INFO] [stdout] | ---------------- method `csc` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 427 | assert!(angle_zero.csc().is_infinite()); [INFO] [stdout] | ^^^ method not found in `Angle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `askew` (lib test) due to 15 previous errors [INFO] running `Command { std: "docker" "inspect" "7951ea482e0d7d30b64cbd1ea49e5a6a7aa6b8b2507ac310f45000a5739b48cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7951ea482e0d7d30b64cbd1ea49e5a6a7aa6b8b2507ac310f45000a5739b48cd", kill_on_drop: false }` [INFO] [stdout] 7951ea482e0d7d30b64cbd1ea49e5a6a7aa6b8b2507ac310f45000a5739b48cd