[INFO] fetching crate windy 0.2.0... [INFO] checking windy-0.2.0 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate windy 0.2.0 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate windy 0.2.0 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate windy 0.2.0 [INFO] finished tweaking crates.io crate windy 0.2.0 [INFO] tweaked toml for crates.io crate windy 0.2.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate crates.io crate windy 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8cff92f5deee703f9252c0fefd7e27352d5765a2132909564656b2043c066320 [INFO] running `Command { std: "docker" "start" "-a" "8cff92f5deee703f9252c0fefd7e27352d5765a2132909564656b2043c066320", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8cff92f5deee703f9252c0fefd7e27352d5765a2132909564656b2043c066320", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cff92f5deee703f9252c0fefd7e27352d5765a2132909564656b2043c066320", kill_on_drop: false }` [INFO] [stdout] 8cff92f5deee703f9252c0fefd7e27352d5765a2132909564656b2043c066320 [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8412c055e0537e8196d188471116ab72395362f7002711ce392dda682fd253fc [INFO] running `Command { std: "docker" "start" "-a" "8412c055e0537e8196d188471116ab72395362f7002711ce392dda682fd253fc", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling semver v1.0.3 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Checking plotters-backend v0.3.2 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking half v1.7.1 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking windy v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking plotters-svg v0.3.1 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking criterion-plot v0.4.3 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking plotters v0.3.1 [INFO] [stderr] Checking bstr v0.2.16 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Checking csv v1.1.6 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking criterion v0.3.4 [INFO] [stdout] error: cannot find macro `conv_err` in this scope [INFO] [stdout] --> tests/test.rs:165:17 [INFO] [stdout] | [INFO] [stdout] 165 | Err(conv_err!(@ansi ERROR_NO_UNICODE_TRANSLATION)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `conv_err` in this scope [INFO] [stdout] --> tests/test.rs:156:17 [INFO] [stdout] | [INFO] [stdout] 156 | Err(conv_err!(@ansi ERROR_NO_UNICODE_TRANSLATION)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> benches/string.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `windy::*` [INFO] [stdout] --> benches/string.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use windy::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> benches/string.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | b.iter(|| WString::try_from("Hello World!πŸ£ι£ŸγΉγŸγ„").unwrap()) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> benches/string.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | let s = WString::try_from("Hello World!πŸ£ι£ŸγΉγŸγ„").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> benches/string.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | let s = WString::try_from("Hello World").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> benches/string.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | let s = AString::try_from("Hello World").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> benches/string.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | b.iter(|| AString::try_from("Hello World").unwrap()) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> benches/string.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | let s = AString::try_from("Hello World").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> benches/string.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | b.iter(|| WString::from_str_lossy("Hello World!πŸ£ι£ŸγΉγŸγ„")) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> benches/string.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | let s = WString::try_from("Hello World!πŸ£ι£ŸγΉγŸγ„").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> benches/string.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | let s = WString::try_from("Hello World").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> benches/string.rs:64:13 [INFO] [stdout] | [INFO] [stdout] 64 | let s = AString::try_from("Hello World").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> benches/string.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | b.iter(|| AString::from_str_lossy("Hello World!πŸ£ι£ŸγΉγŸγ„")) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> benches/string.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | let s = AString::try_from("Hello World").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `windy` (bench "string") due to 13 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> tests/test.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `windy::*` [INFO] [stdout] --> tests/test.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | use windy::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `windy::*` [INFO] [stdout] --> tests/test.rs:222:9 [INFO] [stdout] | [INFO] [stdout] 222 | use windy::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | unsafe { WString::new_unchecked($x) } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] ... [INFO] [stdout] 28 | let x = wn!(vec![]); // empty vec [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `wn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | unsafe { WString::new_unchecked($x) } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] ... [INFO] [stdout] 30 | let x = wn!(vec![0x00]); // empty vec [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `wn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | unsafe { WString::new_unchecked($x) } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] ... [INFO] [stdout] 32 | let x = wn!(vec![0x74, 0x65, 0x73, 0x74]); // test [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `wn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | unsafe { WString::new_unchecked($x) } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] ... [INFO] [stdout] 34 | let x = wn!(vec![0x74, 0x65, 0x73, 0x74, 0x00]); // test\0 [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `wn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | unsafe { WString::new_unchecked($x) } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] ... [INFO] [stdout] 36 | let x = wn!(vec![0x74, 0x65, 0x00, 0x73, 0x74]); // te\0st [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `wn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | unsafe { WString::new_c_unchecked($x) } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] ... [INFO] [stdout] 38 | let x = wnc!(vec![0x74, 0x00, 0x65, 0x00, 0x73, 0x00, 0x74, 0x00]); // test [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `wnc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | unsafe { WString::new_c_unchecked($x) } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] ... [INFO] [stdout] 41 | wnc!(vec![0x74, 0x00, 0x65, 0x00, 0x73, 0x00, 0x74, 0x00, 0x00]); // test\0 (odd) [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `wnc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | unsafe { WString::new_c_unchecked($x) } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] ... [INFO] [stdout] 43 | let x = wnc!(vec![ [INFO] [stdout] | _________________- [INFO] [stdout] 44 | | 0x74, 0x00, 0x65, 0x00, 0x73, 0x00, 0x74, 0x00, 0x00, 0x00 [INFO] [stdout] 45 | | ]); // test\0\0 (even) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `wnc` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | assert_eq!(x, WString::try_from("test").unwrap()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:49:27 [INFO] [stdout] | [INFO] [stdout] 49 | assert_ne!(Ok(x), WString::try_from("Test")); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WStr` [INFO] [stdout] --> tests/test.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | let s = WStr::from_raw(x.as_mut_ptr()); [INFO] [stdout] | ^^^^ use of undeclared type `WStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WStr` [INFO] [stdout] --> tests/test.rs:54:21 [INFO] [stdout] | [INFO] [stdout] 54 | let s = WStr::from_raw_s(x.as_mut_ptr(), 3); [INFO] [stdout] | ^^^^ use of undeclared type `WStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WStr` [INFO] [stdout] --> tests/test.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | let s = WStr::from_raw_s(x.as_mut_ptr(), 4); [INFO] [stdout] | ^^^^ use of undeclared type `WStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WStr` [INFO] [stdout] --> tests/test.rs:58:21 [INFO] [stdout] | [INFO] [stdout] 58 | let s = WStr::from_raw_s(x.as_mut_ptr(), 5); [INFO] [stdout] | ^^^^ use of undeclared type `WStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WStr` [INFO] [stdout] --> tests/test.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | let s = WStr::from_raw_s(x.as_mut_ptr(), 6); [INFO] [stdout] | ^^^^ use of undeclared type `WStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | let s = WString::clone_from_raw(x.as_mut_ptr()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:64:21 [INFO] [stdout] | [INFO] [stdout] 64 | let s = WString::clone_from_raw_s(x.as_mut_ptr(), 3); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:66:21 [INFO] [stdout] | [INFO] [stdout] 66 | let s = WString::clone_from_raw_s(x.as_mut_ptr(), 4); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | let s = WString::clone_from_raw_s(x.as_mut_ptr(), 5); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:70:21 [INFO] [stdout] | [INFO] [stdout] 70 | let s = WString::clone_from_raw_s(x.as_mut_ptr(), 6); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe { AString::new_unchecked($x) } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] ... [INFO] [stdout] 77 | let x = an!(vec![]); // empty vec [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `an` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe { AString::new_unchecked($x) } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] ... [INFO] [stdout] 79 | let x = an!(vec![0x74, 0x65, 0x73, 0x74]); // test [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `an` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe { AString::new_unchecked($x) } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] ... [INFO] [stdout] 81 | let x = an!(vec![0x74, 0x65, 0x73, 0x74, 0x00]); // test\0 [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `an` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe { AString::new_unchecked($x) } [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] ... [INFO] [stdout] 83 | let x = an!(vec![0x74, 0x65, 0x00, 0x73, 0x74, 0x00]); // te\0st\0 [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `an` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:86:23 [INFO] [stdout] | [INFO] [stdout] 86 | assert_eq!(x, AString::try_from("te").unwrap()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:87:27 [INFO] [stdout] | [INFO] [stdout] 87 | assert_ne!(Ok(x), AString::try_from("Te")); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AStr` [INFO] [stdout] --> tests/test.rs:90:21 [INFO] [stdout] | [INFO] [stdout] 90 | let s = AStr::from_raw(x.as_mut_ptr()); [INFO] [stdout] | ^^^^ use of undeclared type `AStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AStr` [INFO] [stdout] --> tests/test.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | let s = AStr::from_raw_s(x.as_mut_ptr(), 3); [INFO] [stdout] | ^^^^ use of undeclared type `AStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AStr` [INFO] [stdout] --> tests/test.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | let s = AStr::from_raw_s(x.as_mut_ptr(), 4); [INFO] [stdout] | ^^^^ use of undeclared type `AStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AStr` [INFO] [stdout] --> tests/test.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 96 | let s = AStr::from_raw_s(x.as_mut_ptr(), 5); [INFO] [stdout] | ^^^^ use of undeclared type `AStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AStr` [INFO] [stdout] --> tests/test.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 98 | let s = AStr::from_raw_s(x.as_mut_ptr(), 6); [INFO] [stdout] | ^^^^ use of undeclared type `AStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:100:21 [INFO] [stdout] | [INFO] [stdout] 100 | let s = AString::clone_from_raw(x.as_mut_ptr()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | let s = AString::clone_from_raw_s(x.as_mut_ptr(), 3); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:104:21 [INFO] [stdout] | [INFO] [stdout] 104 | let s = AString::clone_from_raw_s(x.as_mut_ptr(), 4); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | let s = AString::clone_from_raw_s(x.as_mut_ptr(), 5); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:108:21 [INFO] [stdout] | [INFO] [stdout] 108 | let s = AString::clone_from_raw_s(x.as_mut_ptr(), 6); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | let _ = AString::from_str_lossy("γ‚Ήγƒšγ‚·γƒ£γƒ«").to_string_lossy(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:117:18 [INFO] [stdout] | [INFO] [stdout] 117 | let sa = AString::try_from("test").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:121:18 [INFO] [stdout] | [INFO] [stdout] 121 | let sw = WString::try_from("test").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:140:17 [INFO] [stdout] | [INFO] [stdout] 140 | let x = AString::from_str("hello ").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | let y = AString::from_str("world").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | let x = WString::from_str("γƒγƒ­γƒΌπŸ£").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | let y = WString::from_str("world!β˜†").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | AString::try_from("γ‚Ήγƒšγ‚·γƒ£γƒ«test🍣") [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:160:18 [INFO] [stdout] | [INFO] [stdout] 160 | let sw = WString::try_from("γ‚Ήγƒšγ‚·γƒ£γƒ«test🍣").unwrap(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:175:14 [INFO] [stdout] | [INFO] [stdout] 175 | &WString::try_from("").unwrap().try_to_string().unwrap() [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:177:25 [INFO] [stdout] | [INFO] [stdout] 177 | assert_eq!("", &WString::try_from("").unwrap().to_string_lossy()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:178:25 [INFO] [stdout] | [INFO] [stdout] 178 | assert_eq!("", &WString::from_str_lossy("").try_to_string().unwrap()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:179:25 [INFO] [stdout] | [INFO] [stdout] 179 | assert_eq!("", &WString::from_str_lossy("").to_string_lossy()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:182:14 [INFO] [stdout] | [INFO] [stdout] 182 | &AString::try_from("").unwrap().try_to_string().unwrap() [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:184:25 [INFO] [stdout] | [INFO] [stdout] 184 | assert_eq!("", &AString::try_from("").unwrap().to_string_lossy()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:185:25 [INFO] [stdout] | [INFO] [stdout] 185 | assert_eq!("", &AString::from_str_lossy("").try_to_string().unwrap()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:186:25 [INFO] [stdout] | [INFO] [stdout] 186 | assert_eq!("", &AString::from_str_lossy("").to_string_lossy()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:190:14 [INFO] [stdout] | [INFO] [stdout] 190 | &WString::from_str_lossy("") [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:197:14 [INFO] [stdout] | [INFO] [stdout] 197 | &WString::from_str_lossy("") [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `WString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:203:14 [INFO] [stdout] | [INFO] [stdout] 203 | &AString::from_str_lossy("") [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:211:14 [INFO] [stdout] | [INFO] [stdout] 211 | &AString::from_str_lossy("") [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `AString` [INFO] [stdout] | help: a struct with a similar name exists: `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WStr` [INFO] [stdout] --> tests/test.rs:228:21 [INFO] [stdout] | [INFO] [stdout] 228 | let s = WStr::from_raw(x.as_mut_ptr()); [INFO] [stdout] | ^^^^ use of undeclared type `WStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WStr` [INFO] [stdout] --> tests/test.rs:230:21 [INFO] [stdout] | [INFO] [stdout] 230 | let s = WStr::from_raw_s(x.as_mut_ptr(), 3); [INFO] [stdout] | ^^^^ use of undeclared type `WStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WStr` [INFO] [stdout] --> tests/test.rs:232:21 [INFO] [stdout] | [INFO] [stdout] 232 | let s = WStr::from_raw_s(x.as_mut_ptr(), 4); [INFO] [stdout] | ^^^^ use of undeclared type `WStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WStr` [INFO] [stdout] --> tests/test.rs:234:21 [INFO] [stdout] | [INFO] [stdout] 234 | let s = WStr::from_raw_s(x.as_mut_ptr(), 5); [INFO] [stdout] | ^^^^ use of undeclared type `WStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WStr` [INFO] [stdout] --> tests/test.rs:236:21 [INFO] [stdout] | [INFO] [stdout] 236 | let s = WStr::from_raw_s(x.as_mut_ptr(), 6); [INFO] [stdout] | ^^^^ use of undeclared type `WStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AStr` [INFO] [stdout] --> tests/test.rs:245:21 [INFO] [stdout] | [INFO] [stdout] 245 | let s = AStr::from_raw(x.as_mut_ptr()); [INFO] [stdout] | ^^^^ use of undeclared type `AStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AStr` [INFO] [stdout] --> tests/test.rs:247:21 [INFO] [stdout] | [INFO] [stdout] 247 | let s = AStr::from_raw_s(x.as_mut_ptr(), 3); [INFO] [stdout] | ^^^^ use of undeclared type `AStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AStr` [INFO] [stdout] --> tests/test.rs:249:21 [INFO] [stdout] | [INFO] [stdout] 249 | let s = AStr::from_raw_s(x.as_mut_ptr(), 4); [INFO] [stdout] | ^^^^ use of undeclared type `AStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AStr` [INFO] [stdout] --> tests/test.rs:251:21 [INFO] [stdout] | [INFO] [stdout] 251 | let s = AStr::from_raw_s(x.as_mut_ptr(), 5); [INFO] [stdout] | ^^^^ use of undeclared type `AStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AStr` [INFO] [stdout] --> tests/test.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | let s = AStr::from_raw_s(x.as_mut_ptr(), 6); [INFO] [stdout] | ^^^^ use of undeclared type `AStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AStr` [INFO] [stdout] --> tests/test.rs:262:21 [INFO] [stdout] | [INFO] [stdout] 262 | let s = AStr::from_raw(x.as_mut_ptr()); [INFO] [stdout] | ^^^^ use of undeclared type `AStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AnsiString` [INFO] [stdout] --> tests/test.rs:264:21 [INFO] [stdout] | [INFO] [stdout] 264 | let a = AnsiString::new(s); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `AnsiString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WStr` [INFO] [stdout] --> tests/test.rs:276:21 [INFO] [stdout] | [INFO] [stdout] 276 | let s = WStr::from_raw(x.as_mut_ptr()); [INFO] [stdout] | ^^^^ use of undeclared type `WStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UnicodeString` [INFO] [stdout] --> tests/test.rs:278:21 [INFO] [stdout] | [INFO] [stdout] 278 | let a = UnicodeString::new(s); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `UnicodeString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 73 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `windy` (test "test") due to 74 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "8412c055e0537e8196d188471116ab72395362f7002711ce392dda682fd253fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8412c055e0537e8196d188471116ab72395362f7002711ce392dda682fd253fc", kill_on_drop: false }` [INFO] [stdout] 8412c055e0537e8196d188471116ab72395362f7002711ce392dda682fd253fc