[INFO] fetching crate allocator-api2 0.2.18...
[INFO] testing allocator-api2-0.2.18 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate allocator-api2 0.2.18 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate allocator-api2 0.2.18 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate allocator-api2 0.2.18
[INFO] finished tweaking crates.io crate allocator-api2 0.2.18
[INFO] tweaked toml for crates.io crate allocator-api2 0.2.18 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 55132f3cb06ebc2fc4be1733e3302d694b6846b5bc7a53705bfb4094147746ff
[INFO] running `Command { std: "docker" "start" "-a" "55132f3cb06ebc2fc4be1733e3302d694b6846b5bc7a53705bfb4094147746ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55132f3cb06ebc2fc4be1733e3302d694b6846b5bc7a53705bfb4094147746ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55132f3cb06ebc2fc4be1733e3302d694b6846b5bc7a53705bfb4094147746ff", kill_on_drop: false }`
[INFO] [stdout] 55132f3cb06ebc2fc4be1733e3302d694b6846b5bc7a53705bfb4094147746ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f0b93324610e38cf89e3d3289305aeb191b156d893313c5ab3ae46817340c81a
[INFO] running `Command { std: "docker" "start" "-a" "f0b93324610e38cf89e3d3289305aeb191b156d893313c5ab3ae46817340c81a", kill_on_drop: false }`
[INFO] [stderr]    Compiling allocator-api2 v0.2.18 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/alloc/mod.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:156:11
[INFO] [stdout]     |
[INFO] [stdout] 156 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:168:11
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:170:11
[INFO] [stdout]     |
[INFO] [stdout] 170 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1192:11
[INFO] [stdout]      |
[INFO] [stdout] 1192 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1221:11
[INFO] [stdout]      |
[INFO] [stdout] 1221 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1270:11
[INFO] [stdout]      |
[INFO] [stdout] 1270 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1389:11
[INFO] [stdout]      |
[INFO] [stdout] 1389 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1431:11
[INFO] [stdout]      |
[INFO] [stdout] 1431 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1457:11
[INFO] [stdout]      |
[INFO] [stdout] 1457 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1519:11
[INFO] [stdout]      |
[INFO] [stdout] 1519 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1847:11
[INFO] [stdout]      |
[INFO] [stdout] 1847 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1855:11
[INFO] [stdout]      |
[INFO] [stdout] 1855 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:2114:11
[INFO] [stdout]      |
[INFO] [stdout] 2114 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:2122:11
[INFO] [stdout]      |
[INFO] [stdout] 2122 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:206:19
[INFO] [stdout]     |
[INFO] [stdout] 206 |     #[cfg(all(not(no_global_oom_handling)))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:231:15
[INFO] [stdout]     |
[INFO] [stdout] 231 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:256:15
[INFO] [stdout]     |
[INFO] [stdout] 256 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:270:15
[INFO] [stdout]     |
[INFO] [stdout] 270 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:359:15
[INFO] [stdout]     |
[INFO] [stdout] 359 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:420:15
[INFO] [stdout]     |
[INFO] [stdout] 420 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:489:15
[INFO] [stdout]     |
[INFO] [stdout] 489 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:545:15
[INFO] [stdout]     |
[INFO] [stdout] 545 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:605:15
[INFO] [stdout]     |
[INFO] [stdout] 605 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:630:15
[INFO] [stdout]     |
[INFO] [stdout] 630 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:724:15
[INFO] [stdout]     |
[INFO] [stdout] 724 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:751:15
[INFO] [stdout]     |
[INFO] [stdout] 751 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1945:15
[INFO] [stdout]      |
[INFO] [stdout] 1945 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1978:15
[INFO] [stdout]      |
[INFO] [stdout] 1978 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/raw_vec.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/raw_vec.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:608:11
[INFO] [stdout]     |
[INFO] [stdout] 608 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:639:11
[INFO] [stdout]     |
[INFO] [stdout] 639 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:172:15
[INFO] [stdout]     |
[INFO] [stdout] 172 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:208:15
[INFO] [stdout]     |
[INFO] [stdout] 208 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:249:15
[INFO] [stdout]     |
[INFO] [stdout] 249 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:364:15
[INFO] [stdout]     |
[INFO] [stdout] 364 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:388:15
[INFO] [stdout]     |
[INFO] [stdout] 388 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:421:15
[INFO] [stdout]     |
[INFO] [stdout] 421 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:451:15
[INFO] [stdout]     |
[INFO] [stdout] 451 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:529:15
[INFO] [stdout]     |
[INFO] [stdout] 529 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:60:11
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:62:11
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:80:11
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:83:11
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:96:11
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:99:11
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2624:11
[INFO] [stdout]      |
[INFO] [stdout] 2624 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2684:11
[INFO] [stdout]      |
[INFO] [stdout] 2684 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2757:11
[INFO] [stdout]      |
[INFO] [stdout] 2757 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2841:11
[INFO] [stdout]      |
[INFO] [stdout] 2841 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2939:11
[INFO] [stdout]      |
[INFO] [stdout] 2939 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2956:11
[INFO] [stdout]      |
[INFO] [stdout] 2956 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2973:11
[INFO] [stdout]      |
[INFO] [stdout] 2973 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:3014:11
[INFO] [stdout]      |
[INFO] [stdout] 3014 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:3040:11
[INFO] [stdout]      |
[INFO] [stdout] 3040 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:3104:11
[INFO] [stdout]      |
[INFO] [stdout] 3104 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:3113:11
[INFO] [stdout]      |
[INFO] [stdout] 3113 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/into_iter.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/into_iter.rs:167:11
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]  --> src/stable/vec/partial_eq.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/partial_eq.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:427:15
[INFO] [stdout]     |
[INFO] [stdout] 427 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:614:15
[INFO] [stdout]     |
[INFO] [stdout] 614 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:852:15
[INFO] [stdout]     |
[INFO] [stdout] 852 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:882:15
[INFO] [stdout]     |
[INFO] [stdout] 882 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:982:15
[INFO] [stdout]     |
[INFO] [stdout] 982 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1011:15
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1044:15
[INFO] [stdout]      |
[INFO] [stdout] 1044 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1384:15
[INFO] [stdout]      |
[INFO] [stdout] 1384 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1788:15
[INFO] [stdout]      |
[INFO] [stdout] 1788 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1889:15
[INFO] [stdout]      |
[INFO] [stdout] 1889 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1899:15
[INFO] [stdout]      |
[INFO] [stdout] 1899 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2064:15
[INFO] [stdout]      |
[INFO] [stdout] 2064 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2128:15
[INFO] [stdout]      |
[INFO] [stdout] 2128 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2325:15
[INFO] [stdout]      |
[INFO] [stdout] 2325 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2356:15
[INFO] [stdout]      |
[INFO] [stdout] 2356 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2383:15
[INFO] [stdout]      |
[INFO] [stdout] 2383 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2495:15
[INFO] [stdout]      |
[INFO] [stdout] 2495 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2821:15
[INFO] [stdout]      |
[INFO] [stdout] 2821 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/macros.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/slice.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/slice.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/slice.rs:70:15
[INFO] [stdout]    |
[INFO] [stdout] 70 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/slice.rs:112:15
[INFO] [stdout]     |
[INFO] [stdout] 112 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ExtendFromWithinSpec` is never used
[INFO] [stdout]     --> src/stable/vec/mod.rs:2548:7
[INFO] [stdout]      |
[INFO] [stdout] 2548 | trait ExtendFromWithinSpec {
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `NonDrop` is never used
[INFO] [stdout]    --> src/stable/vec/into_iter.rs:161:11
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub trait NonDrop {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 90 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
[INFO] running `Command { std: "docker" "inspect" "f0b93324610e38cf89e3d3289305aeb191b156d893313c5ab3ae46817340c81a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0b93324610e38cf89e3d3289305aeb191b156d893313c5ab3ae46817340c81a", kill_on_drop: false }`
[INFO] [stdout] f0b93324610e38cf89e3d3289305aeb191b156d893313c5ab3ae46817340c81a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea3dcb7ac34e88fa73c53b9d0f63ddc61a9e62ae44d04820fc8f65a8c93bf39b
[INFO] running `Command { std: "docker" "start" "-a" "ea3dcb7ac34e88fa73c53b9d0f63ddc61a9e62ae44d04820fc8f65a8c93bf39b", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/alloc/mod.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:156:11
[INFO] [stdout]     |
[INFO] [stdout] 156 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:168:11
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:170:11
[INFO] [stdout]     |
[INFO] [stdout] 170 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1192:11
[INFO] [stdout]      |
[INFO] [stdout] 1192 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1221:11
[INFO] [stdout]      |
[INFO] [stdout] 1221 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1270:11
[INFO] [stdout]      |
[INFO] [stdout] 1270 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1389:11
[INFO] [stdout]      |
[INFO] [stdout] 1389 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1431:11
[INFO] [stdout]      |
[INFO] [stdout] 1431 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1457:11
[INFO] [stdout]      |
[INFO] [stdout] 1457 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1519:11
[INFO] [stdout]      |
[INFO] [stdout] 1519 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1847:11
[INFO] [stdout]      |
[INFO] [stdout] 1847 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1855:11
[INFO] [stdout]      |
[INFO] [stdout] 1855 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:2114:11
[INFO] [stdout]      |
[INFO] [stdout] 2114 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:2122:11
[INFO] [stdout]      |
[INFO] [stdout] 2122 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:206:19
[INFO] [stdout]     |
[INFO] [stdout] 206 |     #[cfg(all(not(no_global_oom_handling)))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:231:15
[INFO] [stdout]     |
[INFO] [stdout] 231 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:256:15
[INFO] [stdout]     |
[INFO] [stdout] 256 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:270:15
[INFO] [stdout]     |
[INFO] [stdout] 270 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:359:15
[INFO] [stdout]     |
[INFO] [stdout] 359 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:420:15
[INFO] [stdout]     |
[INFO] [stdout] 420 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:489:15
[INFO] [stdout]     |
[INFO] [stdout] 489 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:545:15
[INFO] [stdout]     |
[INFO] [stdout] 545 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:605:15
[INFO] [stdout]     |
[INFO] [stdout] 605 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:630:15
[INFO] [stdout]     |
[INFO] [stdout] 630 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:724:15
[INFO] [stdout]     |
[INFO] [stdout] 724 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:751:15
[INFO] [stdout]     |
[INFO] [stdout] 751 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1945:15
[INFO] [stdout]      |
[INFO] [stdout] 1945 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1978:15
[INFO] [stdout]      |
[INFO] [stdout] 1978 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/raw_vec.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/raw_vec.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:608:11
[INFO] [stdout]     |
[INFO] [stdout] 608 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:639:11
[INFO] [stdout]     |
[INFO] [stdout] 639 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:172:15
[INFO] [stdout]     |
[INFO] [stdout] 172 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:208:15
[INFO] [stdout]     |
[INFO] [stdout] 208 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:249:15
[INFO] [stdout]     |
[INFO] [stdout] 249 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:364:15
[INFO] [stdout]     |
[INFO] [stdout] 364 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:388:15
[INFO] [stdout]     |
[INFO] [stdout] 388 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:421:15
[INFO] [stdout]     |
[INFO] [stdout] 421 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:451:15
[INFO] [stdout]     |
[INFO] [stdout] 451 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:529:15
[INFO] [stdout]     |
[INFO] [stdout] 529 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:60:11
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:62:11
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:80:11
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:83:11
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:96:11
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:99:11
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2624:11
[INFO] [stdout]      |
[INFO] [stdout] 2624 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2684:11
[INFO] [stdout]      |
[INFO] [stdout] 2684 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2757:11
[INFO] [stdout]      |
[INFO] [stdout] 2757 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2841:11
[INFO] [stdout]      |
[INFO] [stdout] 2841 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2939:11
[INFO] [stdout]      |
[INFO] [stdout] 2939 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2956:11
[INFO] [stdout]      |
[INFO] [stdout] 2956 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2973:11
[INFO] [stdout]      |
[INFO] [stdout] 2973 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:3014:11
[INFO] [stdout]      |
[INFO] [stdout] 3014 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:3040:11
[INFO] [stdout]      |
[INFO] [stdout] 3040 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:3104:11
[INFO] [stdout]      |
[INFO] [stdout] 3104 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:3113:11
[INFO] [stdout]      |
[INFO] [stdout] 3113 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/into_iter.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/into_iter.rs:167:11
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]  --> src/stable/vec/partial_eq.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/partial_eq.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:427:15
[INFO] [stdout]     |
[INFO] [stdout] 427 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:614:15
[INFO] [stdout]     |
[INFO] [stdout] 614 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:852:15
[INFO] [stdout]     |
[INFO] [stdout] 852 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:882:15
[INFO] [stdout]     |
[INFO] [stdout] 882 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:982:15
[INFO] [stdout]     |
[INFO] [stdout] 982 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling allocator-api2 v0.2.18 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1011:15
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1044:15
[INFO] [stdout]      |
[INFO] [stdout] 1044 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1384:15
[INFO] [stdout]      |
[INFO] [stdout] 1384 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1788:15
[INFO] [stdout]      |
[INFO] [stdout] 1788 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1889:15
[INFO] [stdout]      |
[INFO] [stdout] 1889 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1899:15
[INFO] [stdout]      |
[INFO] [stdout] 1899 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2064:15
[INFO] [stdout]      |
[INFO] [stdout] 2064 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2128:15
[INFO] [stdout]      |
[INFO] [stdout] 2128 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2325:15
[INFO] [stdout]      |
[INFO] [stdout] 2325 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2356:15
[INFO] [stdout]      |
[INFO] [stdout] 2356 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2383:15
[INFO] [stdout]      |
[INFO] [stdout] 2383 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2495:15
[INFO] [stdout]      |
[INFO] [stdout] 2495 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2821:15
[INFO] [stdout]      |
[INFO] [stdout] 2821 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/macros.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/slice.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/slice.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/slice.rs:70:15
[INFO] [stdout]    |
[INFO] [stdout] 70 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/slice.rs:112:15
[INFO] [stdout]     |
[INFO] [stdout] 112 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ExtendFromWithinSpec` is never used
[INFO] [stdout]     --> src/stable/vec/mod.rs:2548:7
[INFO] [stdout]      |
[INFO] [stdout] 2548 | trait ExtendFromWithinSpec {
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `NonDrop` is never used
[INFO] [stdout]    --> src/stable/vec/into_iter.rs:161:11
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub trait NonDrop {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 90 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/alloc/mod.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))]
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:156:11
[INFO] [stdout]     |
[INFO] [stdout] 156 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:168:11
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:170:11
[INFO] [stdout]     |
[INFO] [stdout] 170 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1192:11
[INFO] [stdout]      |
[INFO] [stdout] 1192 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1221:11
[INFO] [stdout]      |
[INFO] [stdout] 1221 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1270:11
[INFO] [stdout]      |
[INFO] [stdout] 1270 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1389:11
[INFO] [stdout]      |
[INFO] [stdout] 1389 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1431:11
[INFO] [stdout]      |
[INFO] [stdout] 1431 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1457:11
[INFO] [stdout]      |
[INFO] [stdout] 1457 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1519:11
[INFO] [stdout]      |
[INFO] [stdout] 1519 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1847:11
[INFO] [stdout]      |
[INFO] [stdout] 1847 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1855:11
[INFO] [stdout]      |
[INFO] [stdout] 1855 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:2114:11
[INFO] [stdout]      |
[INFO] [stdout] 2114 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:2122:11
[INFO] [stdout]      |
[INFO] [stdout] 2122 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:206:19
[INFO] [stdout]     |
[INFO] [stdout] 206 |     #[cfg(all(not(no_global_oom_handling)))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:231:15
[INFO] [stdout]     |
[INFO] [stdout] 231 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:256:15
[INFO] [stdout]     |
[INFO] [stdout] 256 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:270:15
[INFO] [stdout]     |
[INFO] [stdout] 270 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:359:15
[INFO] [stdout]     |
[INFO] [stdout] 359 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:420:15
[INFO] [stdout]     |
[INFO] [stdout] 420 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:489:15
[INFO] [stdout]     |
[INFO] [stdout] 489 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:545:15
[INFO] [stdout]     |
[INFO] [stdout] 545 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:605:15
[INFO] [stdout]     |
[INFO] [stdout] 605 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:630:15
[INFO] [stdout]     |
[INFO] [stdout] 630 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:724:15
[INFO] [stdout]     |
[INFO] [stdout] 724 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/boxed.rs:751:15
[INFO] [stdout]     |
[INFO] [stdout] 751 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1945:15
[INFO] [stdout]      |
[INFO] [stdout] 1945 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/boxed.rs:1978:15
[INFO] [stdout]      |
[INFO] [stdout] 1978 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/raw_vec.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/raw_vec.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:608:11
[INFO] [stdout]     |
[INFO] [stdout] 608 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:639:11
[INFO] [stdout]     |
[INFO] [stdout] 639 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 164 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:172:15
[INFO] [stdout]     |
[INFO] [stdout] 172 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:208:15
[INFO] [stdout]     |
[INFO] [stdout] 208 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:249:15
[INFO] [stdout]     |
[INFO] [stdout] 249 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:364:15
[INFO] [stdout]     |
[INFO] [stdout] 364 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:388:15
[INFO] [stdout]     |
[INFO] [stdout] 388 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:421:15
[INFO] [stdout]     |
[INFO] [stdout] 421 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:451:15
[INFO] [stdout]     |
[INFO] [stdout] 451 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/raw_vec.rs:529:15
[INFO] [stdout]     |
[INFO] [stdout] 529 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:60:11
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:62:11
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:80:11
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:83:11
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:96:11
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/mod.rs:99:11
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2624:11
[INFO] [stdout]      |
[INFO] [stdout] 2624 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2684:11
[INFO] [stdout]      |
[INFO] [stdout] 2684 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2757:11
[INFO] [stdout]      |
[INFO] [stdout] 2757 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2841:11
[INFO] [stdout]      |
[INFO] [stdout] 2841 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2939:11
[INFO] [stdout]      |
[INFO] [stdout] 2939 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2956:11
[INFO] [stdout]      |
[INFO] [stdout] 2956 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2973:11
[INFO] [stdout]      |
[INFO] [stdout] 2973 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:3014:11
[INFO] [stdout]      |
[INFO] [stdout] 3014 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:3040:11
[INFO] [stdout]      |
[INFO] [stdout] 3040 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:3104:11
[INFO] [stdout]      |
[INFO] [stdout] 3104 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:3113:11
[INFO] [stdout]      |
[INFO] [stdout] 3113 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/into_iter.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/into_iter.rs:167:11
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]  --> src/stable/vec/partial_eq.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/vec/partial_eq.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:427:15
[INFO] [stdout]     |
[INFO] [stdout] 427 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:614:15
[INFO] [stdout]     |
[INFO] [stdout] 614 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:852:15
[INFO] [stdout]     |
[INFO] [stdout] 852 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:882:15
[INFO] [stdout]     |
[INFO] [stdout] 882 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/vec/mod.rs:982:15
[INFO] [stdout]     |
[INFO] [stdout] 982 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1011:15
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1044:15
[INFO] [stdout]      |
[INFO] [stdout] 1044 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1384:15
[INFO] [stdout]      |
[INFO] [stdout] 1384 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1788:15
[INFO] [stdout]      |
[INFO] [stdout] 1788 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1889:15
[INFO] [stdout]      |
[INFO] [stdout] 1889 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:1899:15
[INFO] [stdout]      |
[INFO] [stdout] 1899 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2064:15
[INFO] [stdout]      |
[INFO] [stdout] 2064 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2128:15
[INFO] [stdout]      |
[INFO] [stdout] 2128 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2325:15
[INFO] [stdout]      |
[INFO] [stdout] 2325 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2356:15
[INFO] [stdout]      |
[INFO] [stdout] 2356 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2383:15
[INFO] [stdout]      |
[INFO] [stdout] 2383 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2495:15
[INFO] [stdout]      |
[INFO] [stdout] 2495 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]     --> src/stable/vec/mod.rs:2821:15
[INFO] [stdout]      |
[INFO] [stdout] 2821 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/macros.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/slice.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/slice.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/stable/slice.rs:70:15
[INFO] [stdout]    |
[INFO] [stdout] 70 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]    --> src/stable/slice.rs:112:15
[INFO] [stdout]     |
[INFO] [stdout] 112 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ExtendFromWithinSpec` is never used
[INFO] [stdout]     --> src/stable/vec/mod.rs:2548:7
[INFO] [stdout]      |
[INFO] [stdout] 2548 | trait ExtendFromWithinSpec {
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `NonDrop` is never used
[INFO] [stdout]    --> src/stable/vec/into_iter.rs:161:11
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub trait NonDrop {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 90 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "ea3dcb7ac34e88fa73c53b9d0f63ddc61a9e62ae44d04820fc8f65a8c93bf39b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea3dcb7ac34e88fa73c53b9d0f63ddc61a9e62ae44d04820fc8f65a8c93bf39b", kill_on_drop: false }`
[INFO] [stdout] ea3dcb7ac34e88fa73c53b9d0f63ddc61a9e62ae44d04820fc8f65a8c93bf39b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 813da6817012143e437204b24bdff2ed96ec7b6bd78e03231acdeee9e4ab6c57
[INFO] running `Command { std: "docker" "start" "-a" "813da6817012143e437204b24bdff2ed96ec7b6bd78e03231acdeee9e4ab6c57", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/alloc/mod.rs:25:34
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))]
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:156:11
[INFO] [stderr]     |
[INFO] [stderr] 156 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:168:11
[INFO] [stderr]     |
[INFO] [stderr] 168 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:170:11
[INFO] [stderr]     |
[INFO] [stderr] 170 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:1192:11
[INFO] [stderr]      |
[INFO] [stderr] 1192 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:1221:11
[INFO] [stderr]      |
[INFO] [stderr] 1221 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:1270:11
[INFO] [stderr]      |
[INFO] [stderr] 1270 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:1389:11
[INFO] [stderr]      |
[INFO] [stderr] 1389 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:1431:11
[INFO] [stderr]      |
[INFO] [stderr] 1431 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:1457:11
[INFO] [stderr]      |
[INFO] [stderr] 1457 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:1519:11
[INFO] [stderr]      |
[INFO] [stderr] 1519 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:1847:11
[INFO] [stderr]      |
[INFO] [stderr] 1847 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:1855:11
[INFO] [stderr]      |
[INFO] [stderr] 1855 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:2114:11
[INFO] [stderr]      |
[INFO] [stderr] 2114 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:2122:11
[INFO] [stderr]      |
[INFO] [stderr] 2122 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:206:19
[INFO] [stderr]     |
[INFO] [stderr] 206 |     #[cfg(all(not(no_global_oom_handling)))]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:231:15
[INFO] [stderr]     |
[INFO] [stderr] 231 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:256:15
[INFO] [stderr]     |
[INFO] [stderr] 256 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:270:15
[INFO] [stderr]     |
[INFO] [stderr] 270 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:359:15
[INFO] [stderr]     |
[INFO] [stderr] 359 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:420:15
[INFO] [stderr]     |
[INFO] [stderr] 420 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:489:15
[INFO] [stderr]     |
[INFO] [stderr] 489 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:545:15
[INFO] [stderr]     |
[INFO] [stderr] 545 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:605:15
[INFO] [stderr]     |
[INFO] [stderr] 605 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:630:15
[INFO] [stderr]     |
[INFO] [stderr] 630 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:724:15
[INFO] [stderr]     |
[INFO] [stderr] 724 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/boxed.rs:751:15
[INFO] [stderr]     |
[INFO] [stderr] 751 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:1945:15
[INFO] [stderr]      |
[INFO] [stderr] 1945 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/boxed.rs:1978:15
[INFO] [stderr]      |
[INFO] [stderr] 1978 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/raw_vec.rs:14:11
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/raw_vec.rs:85:11
[INFO] [stderr]    |
[INFO] [stderr] 85 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/raw_vec.rs:608:11
[INFO] [stderr]     |
[INFO] [stderr] 608 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/raw_vec.rs:639:11
[INFO] [stderr]     |
[INFO] [stderr] 639 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/raw_vec.rs:164:15
[INFO] [stderr]     |
[INFO] [stderr] 164 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/raw_vec.rs:172:15
[INFO] [stderr]     |
[INFO] [stderr] 172 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/raw_vec.rs:208:15
[INFO] [stderr]     |
[INFO] [stderr] 208 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/raw_vec.rs:216:15
[INFO] [stderr]     |
[INFO] [stderr] 216 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/raw_vec.rs:249:15
[INFO] [stderr]     |
[INFO] [stderr] 249 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/raw_vec.rs:364:15
[INFO] [stderr]     |
[INFO] [stderr] 364 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/raw_vec.rs:388:15
[INFO] [stderr]     |
[INFO] [stderr] 388 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/raw_vec.rs:421:15
[INFO] [stderr]     |
[INFO] [stderr] 421 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/raw_vec.rs:451:15
[INFO] [stderr]     |
[INFO] [stderr] 451 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/raw_vec.rs:529:15
[INFO] [stderr]     |
[INFO] [stderr] 529 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/vec/mod.rs:54:11
[INFO] [stderr]    |
[INFO] [stderr] 54 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/vec/mod.rs:60:11
[INFO] [stderr]    |
[INFO] [stderr] 60 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/vec/mod.rs:62:11
[INFO] [stderr]    |
[INFO] [stderr] 62 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/vec/mod.rs:80:11
[INFO] [stderr]    |
[INFO] [stderr] 80 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/vec/mod.rs:83:11
[INFO] [stderr]    |
[INFO] [stderr] 83 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/vec/mod.rs:96:11
[INFO] [stderr]    |
[INFO] [stderr] 96 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/vec/mod.rs:99:11
[INFO] [stderr]    |
[INFO] [stderr] 99 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2624:11
[INFO] [stderr]      |
[INFO] [stderr] 2624 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2684:11
[INFO] [stderr]      |
[INFO] [stderr] 2684 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2757:11
[INFO] [stderr]      |
[INFO] [stderr] 2757 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2841:11
[INFO] [stderr]      |
[INFO] [stderr] 2841 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2939:11
[INFO] [stderr]      |
[INFO] [stderr] 2939 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2956:11
[INFO] [stderr]      |
[INFO] [stderr] 2956 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2973:11
[INFO] [stderr]      |
[INFO] [stderr] 2973 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:3014:11
[INFO] [stderr]      |
[INFO] [stderr] 3014 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:3040:11
[INFO] [stderr]      |
[INFO] [stderr] 3040 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:3104:11
[INFO] [stderr]      |
[INFO] [stderr] 3104 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:3113:11
[INFO] [stderr]      |
[INFO] [stderr] 3113 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/vec/into_iter.rs:13:11
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/vec/into_iter.rs:167:11
[INFO] [stderr]     |
[INFO] [stderr] 167 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]  --> src/stable/vec/partial_eq.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/vec/partial_eq.rs:30:11
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/vec/mod.rs:427:15
[INFO] [stderr]     |
[INFO] [stderr] 427 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/vec/mod.rs:614:15
[INFO] [stderr]     |
[INFO] [stderr] 614 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/vec/mod.rs:852:15
[INFO] [stderr]     |
[INFO] [stderr] 852 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/vec/mod.rs:882:15
[INFO] [stderr]     |
[INFO] [stderr] 882 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/vec/mod.rs:982:15
[INFO] [stderr]     |
[INFO] [stderr] 982 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:1011:15
[INFO] [stderr]      |
[INFO] [stderr] 1011 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:1044:15
[INFO] [stderr]      |
[INFO] [stderr] 1044 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:1384:15
[INFO] [stderr]      |
[INFO] [stderr] 1384 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:1788:15
[INFO] [stderr]      |
[INFO] [stderr] 1788 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:1889:15
[INFO] [stderr]      |
[INFO] [stderr] 1889 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:1899:15
[INFO] [stderr]      |
[INFO] [stderr] 1899 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2064:15
[INFO] [stderr]      |
[INFO] [stderr] 2064 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2128:15
[INFO] [stderr]      |
[INFO] [stderr] 2128 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2325:15
[INFO] [stderr]      |
[INFO] [stderr] 2325 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2356:15
[INFO] [stderr]      |
[INFO] [stderr] 2356 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2383:15
[INFO] [stderr]      |
[INFO] [stderr] 2383 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2495:15
[INFO] [stderr]      |
[INFO] [stderr] 2495 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]     --> src/stable/vec/mod.rs:2821:15
[INFO] [stderr]      |
[INFO] [stderr] 2821 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/macros.rs:54:11
[INFO] [stderr]    |
[INFO] [stderr] 54 | #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/slice.rs:17:15
[INFO] [stderr]    |
[INFO] [stderr] 17 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/slice.rs:39:15
[INFO] [stderr]    |
[INFO] [stderr] 39 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]   --> src/stable/slice.rs:70:15
[INFO] [stderr]    |
[INFO] [stderr] 70 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stderr]    --> src/stable/slice.rs:112:15
[INFO] [stderr]     |
[INFO] [stderr] 112 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: trait `ExtendFromWithinSpec` is never used
[INFO] [stderr]     --> src/stable/vec/mod.rs:2548:7
[INFO] [stderr]      |
[INFO] [stderr] 2548 | trait ExtendFromWithinSpec {
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `NonDrop` is never used
[INFO] [stderr]    --> src/stable/vec/into_iter.rs:161:11
[INFO] [stderr]     |
[INFO] [stderr] 161 | pub trait NonDrop {}
[INFO] [stderr]     |           ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `allocator-api2` (lib) generated 90 warnings
[INFO] [stderr] warning: `allocator-api2` (lib test) generated 90 warnings (90 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/allocator_api2-51fe3637fff4cc62)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests allocator_api2
[INFO] [stdout] 
[INFO] [stdout] running 147 tests
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::into_pin (line 1157) - compile fail ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed (line 42) - compile fail ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed (line 19) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::from_raw_in (line 948) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::from_raw_in (line 957) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::into_inner (line 568) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed (line 12) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed (line 97) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::clone_from (line 1251) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::into_raw_with_allocator (line 1042) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed (line 26) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::leak (line 1116) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::clone (line 1227) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::into_raw (line 998) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::into_raw_with_allocator (line 1053) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::into_raw (line 1005) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::new_in (line 352) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::leak (line 1125) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::new_uninit_in (line 404) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::new_zeroed_in (line 477) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::try_new_in (line 380) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T>::from_raw (line 906) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::try_new_uninit_in (line 442) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T,A>::try_new_zeroed_in (line 515) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T>::from_raw (line 900) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T>::from (line 1398) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T>::new_uninit (line 217) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T>::try_new_uninit (line 300) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T>::try_new_zeroed (line 328) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T>::try_new (line 284) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T>::new_zeroed (line 246) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<T>::new (line 203) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<[T],A>::from (line 1439) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<[T]>::new_uninit_slice (line 589) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<[T]>::new_zeroed_slice (line 620) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<[T]>::from (line 1527) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<[T],A>::new_uninit_slice_in (line 706) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<[mem::MaybeUninit<T>],A>::assume_init (line 856) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<[T]>::try_new_uninit_slice (line 642) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<[T],A>::new_zeroed_slice_in (line 739) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<[T]>::try_new_zeroed_slice (line 677) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<[u8],A>::from (line 1483) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<dynAny+Send+Sync,A>::downcast (line 1687) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<dynAny+Send+Sync,A>::downcast_unchecked (line 1715) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<dynAny+Send,A>::downcast (line 1626) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<dynAny+Send,A>::downcast_unchecked (line 1654) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<dynAny,A>::downcast (line 1565) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<mem::MaybeUninit<T>,A>::write (line 814) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<mem::MaybeUninit<T>,A>::assume_init (line 785) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<str,A>::from (line 1466) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::error::Box<dynError+'a>::from (line 1951) ... ok
[INFO] [stdout] test src/stable/macros.rs - stable::macros::vec (line 17) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::error::Box<dynError+Send+Sync+'a>::from (line 1985) ... ok
[INFO] [stdout] test src/stable/boxed.rs - stable::boxed::Box<dynAny,A>::downcast_unchecked (line 1593) ... ok
[INFO] [stdout] test src/stable/macros.rs - stable::macros::vec (line 27) ... ok
[INFO] [stdout] test src/stable/slice.rs - stable::slice::SliceExt::to_vec_in (line 30) ... ok
[INFO] [stdout] test src/stable/slice.rs - stable::slice::SliceExt::repeat (line 54) ... ok
[INFO] [stdout] test src/stable/macros.rs - stable::macros::vec (line 8) ... ok
[INFO] [stdout] test src/stable/macros.rs - stable::macros::vec (line 33) ... ok
[INFO] [stdout] test src/stable/slice.rs - stable::slice::SliceExt::repeat (line 60) ... ok
[INFO] [stdout] test src/stable/vec/drain.rs - stable::vec::drain::Drain (line 18) ... ok
[INFO] [stdout] test src/stable/slice.rs - stable::slice::SliceExt::to_vec (line 12) ... ok
[INFO] [stdout] test src/stable/vec/drain.rs - stable::vec::drain::Drain<'a,T,A>::as_slice (line 43) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec (line 13) ... ok
[INFO] [stdout] test src/stable/vec/into_iter.rs - stable::vec::into_iter::IntoIter<T,A>::as_slice (line 49) ... ok
[INFO] [stdout] test src/stable/vec/into_iter.rs - stable::vec::into_iter::IntoIter<T,A>::as_mut_slice (line 64) ... ok
[INFO] [stdout] test src/stable/vec/into_iter.rs - stable::vec::into_iter::IntoIter (line 23) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec (line 38) ... ok
[INFO] [stdout] test src/stable/vec/drain.rs - stable::vec::drain::Drain<'a,T,A>::keep_rest (line 67) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec (line 19) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec (line 46) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec (line 30) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Box<[T],A>::from (line 3023) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec (line 156) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Box<[T],A>::from (line 3028) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec (line 106) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec (line 130) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec (line 141) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec (line 174) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec (line 182) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec (line 195) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::as_mut_slice (line 1143) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::as_slice (line 1127) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::append (line 1882) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::from (line 3003) ... FAILED
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::as_mut_ptr (line 1200) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::capacity (line 825) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::as_ptr (line 1167) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A> (line 2652) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::dedup (line 2535) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::dedup_by_key (line 1641) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::clear (line 1993) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::extend_from_slice (line 2349) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::dedup_by (line 1668) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::new_in (line 547) ... FAILED
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::extend_from_within (line 2371) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::drain (line 1929) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::from (line 2987) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::from_raw_parts_in (line 705) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::into_boxed_slice (line 1028) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::into_boxed_slice (line 1036) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::insert (line 1377) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::push_within_capacity (line 1817) ... FAILED
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::leak (line 2159) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::into_iter (line 2704) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::into_raw_parts (line 753) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::is_empty (line 2034) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::from_raw_parts_in (line 668) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::set_len (line 1256) - compile ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::len (line 2021) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::into_raw_parts_with_alloc (line 789) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::pop (line 1857) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::push (line 1783) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::remove (line 1446) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::reserve_exact (line 877) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::reserve (line 847) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::retain (line 1500) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::resize (line 2316) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::resize_with (line 2118) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::retain (line 1491) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::set_len (line 1296) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::retain_mut (line 1523) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::shrink_to (line 1002) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::shrink_to_fit (line 975) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::spare_capacity_mut (line 2185) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::with_capacity_in (line 588) ... FAILED
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::splice (line 2814) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::split_at_spare_mut (line 2241) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::split_off (line 2058) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::swap_remove (line 1332) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::truncate (line 1072) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::truncate (line 1081) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::[T;N]::try_from (line 3063) ... FAILED
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::truncate (line 1090) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::[T;N]::try_from (line 3069) ... FAILED
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::[T;N]::try_from (line 3076) ... FAILED
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::try_reserve (line 902) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T,A>::try_reserve_exact (line 945) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T>::from (line 2962) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T>::new (line 364) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T>::from (line 2945) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T>::from_raw_parts (line 510) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T>::from_raw_parts (line 481) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<[T;N],A>::into_flattened (line 2443) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<T>::with_capacity (line 403) ... ok
[INFO] [stdout] test src/stable/vec/mod.rs - stable::vec::Vec<u8>::from (line 3046) ... ok
[INFO] [stdout] test src/stable/vec/splice.rs - stable::vec::splice::Splice (line 15) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/stable/vec/mod.rs - stable::vec::Vec<T,A>::from (line 3003) stdout ----
[INFO] [stdout] error[E0277]: the trait bound `Vec<_, _>: From<Box<[i32; 3]>>` is not satisfied
[INFO] [stdout]  --> src/stable/vec/mod.rs:3005:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | assert_eq!(Vec::from(b), vec![1, 2, 3]);
[INFO] [stdout]   |            ^^^ the trait `From<Box<[i32; 3]>>` is not implemented for `Vec<_, _>`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the following other types implement trait `From<T>`:
[INFO] [stdout]             <Vec<T, A> as From<BinaryHeap<T, A>>>
[INFO] [stdout]             <Vec<T, A> as From<Box<[T], A>>>
[INFO] [stdout]             <Vec<T, A> as From<VecDeque<T, A>>>
[INFO] [stdout]             <Vec<T> as From<&[T; N]>>
[INFO] [stdout]             <Vec<T> as From<&[T]>>
[INFO] [stdout]             <Vec<T> as From<&mut [T; N]>>
[INFO] [stdout]             <Vec<T> as From<&mut [T]>>
[INFO] [stdout]             <Vec<T> as From<Cow<'a, [T]>>>
[INFO] [stdout]           and 4 others
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/stable/vec/mod.rs - stable::vec::Vec<T,A>::new_in (line 547) stdout ----
[INFO] [stdout] error[E0658]: use of unstable library feature 'allocator_api'
[INFO] [stdout]  --> src/stable/vec/mod.rs:551:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | let mut vec: Vec<i32, _> = Vec::new_in(System);
[INFO] [stdout]   |                  -----^
[INFO] [stdout]   |                  |
[INFO] [stdout]   |                  help: consider wrapping the inner types in tuple: `(i32, _)`
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #32838 <https://github.com/rust-lang/rust/issues/32838> for more information
[INFO] [stdout]   = help: add `#![feature(allocator_api)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2024-05-15; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'allocator_api'
[INFO] [stdout]  --> src/stable/vec/mod.rs:551:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | let mut vec: Vec<i32, _> = Vec::new_in(System);
[INFO] [stdout]   |                            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #32838 <https://github.com/rust-lang/rust/issues/32838> for more information
[INFO] [stdout]   = help: add `#![feature(allocator_api)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2024-05-15; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0658`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/stable/vec/mod.rs - stable::vec::Vec<T,A>::push_within_capacity (line 1817) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `from_iter` found for struct `Vec<_, _>` in the current scope
[INFO] [stdout]   --> src/stable/vec/mod.rs:1832:48
[INFO] [stdout]    |
[INFO] [stdout] 17 | assert_eq!(from_iter_fallible(0..100), Ok(Vec::from_iter(0..100)));
[INFO] [stdout]    |                                                ^^^^^^^^^ function or associated item not found in `Vec<_, _>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Vec<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Vec::<T>::new
[INFO] [stdout]       Vec::<T>::with_capacity
[INFO] [stdout]       Vec::<T>::try_with_capacity
[INFO] [stdout]       Vec::<T>::from_raw_parts
[INFO] [stdout]       and 6 others
[INFO] [stdout]   --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/vec/mod.rs:422:5
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `FromIterator` which provides `from_iter` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 4  + use std::iter::FromIterator;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `write` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | assert_eq!(from_iter_fallible(0..100), Ok(Vec::write(0..100)));
[INFO] [stdout]    |                                                ~~~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/stable/vec/mod.rs - stable::vec::Vec<T,A>::with_capacity_in (line 588) stdout ----
[INFO] [stdout] error[E0658]: use of unstable library feature 'allocator_api'
[INFO] [stdout]  --> src/stable/vec/mod.rs:591:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | let mut vec = Vec::with_capacity_in(10, System);
[INFO] [stdout]   |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #32838 <https://github.com/rust-lang/rust/issues/32838> for more information
[INFO] [stdout]   = help: add `#![feature(allocator_api)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2024-05-15; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'allocator_api'
[INFO] [stdout]   --> src/stable/vec/mod.rs:611:27
[INFO] [stdout]    |
[INFO] [stdout] 25 | let vec_units = Vec::<(), System>::with_capacity_in(10, System);
[INFO] [stdout]    |                       ----^^^^^^
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       help: consider wrapping the inner types in tuple: `((), System)`
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #32838 <https://github.com/rust-lang/rust/issues/32838> for more information
[INFO] [stdout]    = help: add `#![feature(allocator_api)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-05-15; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'allocator_api'
[INFO] [stdout]   --> src/stable/vec/mod.rs:611:17
[INFO] [stdout]    |
[INFO] [stdout] 25 | let vec_units = Vec::<(), System>::with_capacity_in(10, System);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #32838 <https://github.com/rust-lang/rust/issues/32838> for more information
[INFO] [stdout]    = help: add `#![feature(allocator_api)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-05-15; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0658`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/stable/vec/mod.rs - stable::vec::[T;N]::try_from (line 3063) stdout ----
[INFO] [stdout] error[E0599]: no method named `try_into` found for struct `Vec<{integer}>` in the current scope
[INFO] [stdout]  --> src/stable/vec/mod.rs:3064:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | assert_eq!(vec![1, 2, 3].try_into(), Ok([1, 2, 3]));
[INFO] [stdout]   |                          ^^^^^^^^
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/convert/mod.rs:611:8
[INFO] [stdout]   |
[INFO] [stdout]   = note: the method is available for `Vec<{integer}>` here
[INFO] [stdout]   |
[INFO] [stdout]   = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]   = note: 'std::convert::TryInto' is included in the prelude starting in Edition 2021
[INFO] [stdout] help: trait `TryInto` which provides `try_into` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::convert::TryInto;
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `into` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 | assert_eq!(vec![1, 2, 3].into(), Ok([1, 2, 3]));
[INFO] [stdout]   |                          ~~~~
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_into` found for struct `Vec<i32>` in the current scope
[INFO] [stdout]  --> src/stable/vec/mod.rs:3065:30
[INFO] [stdout]   |
[INFO] [stdout] 4 | assert_eq!(<Vec<i32>>::new().try_into(), Ok([]));
[INFO] [stdout]   |                              ^^^^^^^^
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/convert/mod.rs:611:8
[INFO] [stdout]   |
[INFO] [stdout]   = note: the method is available for `Vec<i32>` here
[INFO] [stdout]   |
[INFO] [stdout]   = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]   = note: 'std::convert::TryInto' is included in the prelude starting in Edition 2021
[INFO] [stdout] help: trait `TryInto` which provides `try_into` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::convert::TryInto;
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `into` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 | assert_eq!(<Vec<i32>>::new().into(), Ok([]));
[INFO] [stdout]   |                              ~~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/stable/vec/mod.rs - stable::vec::[T;N]::try_from (line 3069) stdout ----
[INFO] [stdout] error[E0599]: no method named `try_into` found for struct `Vec<{integer}>` in the current scope
[INFO] [stdout]  --> src/stable/vec/mod.rs:3070:58
[INFO] [stdout]   |
[INFO] [stdout] 3 | let r: Result<[i32; 4], _> = (0..10).collect::<Vec<_>>().try_into();
[INFO] [stdout]   |                                                          ^^^^^^^^
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/convert/mod.rs:611:8
[INFO] [stdout]   |
[INFO] [stdout]   = note: the method is available for `Vec<{integer}>` here
[INFO] [stdout]   |
[INFO] [stdout]   = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]   = note: 'std::convert::TryInto' is included in the prelude starting in Edition 2021
[INFO] [stdout] help: trait `TryInto` which provides `try_into` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::convert::TryInto;
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `into` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 | let r: Result<[i32; 4], _> = (0..10).collect::<Vec<_>>().into();
[INFO] [stdout]   |                                                          ~~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/stable/vec/mod.rs - stable::vec::[T;N]::try_from (line 3076) stdout ----
[INFO] [stdout] error[E0599]: no method named `try_into` found for struct `Vec<u8>` in the current scope
[INFO] [stdout]  --> src/stable/vec/mod.rs:3080:24
[INFO] [stdout]   |
[INFO] [stdout] 6 | let [a, b]: [_; 2] = v.try_into().unwrap();
[INFO] [stdout]   |                        ^^^^^^^^
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/convert/mod.rs:611:8
[INFO] [stdout]   |
[INFO] [stdout]   = note: the method is available for `Vec<u8>` here
[INFO] [stdout]   |
[INFO] [stdout]   = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]   = note: 'std::convert::TryInto' is included in the prelude starting in Edition 2021
[INFO] [stdout] help: trait `TryInto` which provides `try_into` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::convert::TryInto;
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `into` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 | let [a, b]: [_; 2] = v.into().unwrap();
[INFO] [stdout]   |                        ~~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/stable/vec/mod.rs - stable::vec::Vec<T,A>::from (line 3003)
[INFO] [stdout]     src/stable/vec/mod.rs - stable::vec::Vec<T,A>::new_in (line 547)
[INFO] [stdout]     src/stable/vec/mod.rs - stable::vec::Vec<T,A>::push_within_capacity (line 1817)
[INFO] [stdout]     src/stable/vec/mod.rs - stable::vec::Vec<T,A>::with_capacity_in (line 588)
[INFO] [stdout]     src/stable/vec/mod.rs - stable::vec::[T;N]::try_from (line 3063)
[INFO] [stdout]     src/stable/vec/mod.rs - stable::vec::[T;N]::try_from (line 3069)
[INFO] [stdout]     src/stable/vec/mod.rs - stable::vec::[T;N]::try_from (line 3076)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 140 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.50s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "813da6817012143e437204b24bdff2ed96ec7b6bd78e03231acdeee9e4ab6c57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "813da6817012143e437204b24bdff2ed96ec7b6bd78e03231acdeee9e4ab6c57", kill_on_drop: false }`
[INFO] [stdout] 813da6817012143e437204b24bdff2ed96ec7b6bd78e03231acdeee9e4ab6c57
