[INFO] fetching crate litty_macro 0.2.0... [INFO] checking litty_macro-0.2.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate litty_macro 0.2.0 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate litty_macro 0.2.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate litty_macro 0.2.0 [INFO] tweaked toml for crates.io crate litty_macro 0.2.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate litty_macro 0.2.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 litty_macro 0.2.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-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] b08476cd0d627413cdd1dab57830d7f401df541dcd8657a48b774c4dcbd8c899 [INFO] running `Command { std: "docker" "start" "-a" "b08476cd0d627413cdd1dab57830d7f401df541dcd8657a48b774c4dcbd8c899", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b08476cd0d627413cdd1dab57830d7f401df541dcd8657a48b774c4dcbd8c899", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b08476cd0d627413cdd1dab57830d7f401df541dcd8657a48b774c4dcbd8c899", kill_on_drop: false }` [INFO] [stdout] b08476cd0d627413cdd1dab57830d7f401df541dcd8657a48b774c4dcbd8c899 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 69800afb6ca224dc197184ddcfbcc4523363d60272245ef54c20ab4a5f424dd6 [INFO] running `Command { std: "docker" "start" "-a" "69800afb6ca224dc197184ddcfbcc4523363d60272245ef54c20ab4a5f424dd6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Checking quote v1.0.37 [INFO] [stderr] Checking syn v2.0.87 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Checking litty_macro v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | #[literal("Hello, world!")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[literal(true)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[literal(1)] [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[literal(3.14159)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | #[literal(null)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | #[literal("a")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | #[literal("b")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | #[literal("a")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | #[literal("a")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | #[literal("a")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | #[literal(42)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | #[literal(3.14159)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | #[literal("a")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | #[literal("a")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | #[literal("b")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | #[literal("c")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | #[literal] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | #[literal] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `litty` [INFO] [stdout] --> tests/literal_test.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | #[literal] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | #[literal("Hello, world!")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[literal(true)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[literal(1)] [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[literal(3.14159)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | #[literal(null)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | #[literal("a")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | #[literal("b")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | #[literal("a")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | #[literal("a")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | #[literal("a")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | #[literal(42)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | #[literal(3.14159)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | #[literal("a")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | #[literal("a")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | #[literal("b")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | #[literal("c")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | #[literal] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | #[literal] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `litty` [INFO] [stdout] --> tests/literal_test.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | #[literal] [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `litty` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `litty`, use `cargo add litty` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the attribute macro `literal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `litty_macro` (test "literal_test") due to 38 previous errors [INFO] running `Command { std: "docker" "inspect" "69800afb6ca224dc197184ddcfbcc4523363d60272245ef54c20ab4a5f424dd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69800afb6ca224dc197184ddcfbcc4523363d60272245ef54c20ab4a5f424dd6", kill_on_drop: false }` [INFO] [stdout] 69800afb6ca224dc197184ddcfbcc4523363d60272245ef54c20ab4a5f424dd6