[INFO] fetching crate cow 0.0.8...
[INFO] checking cow-0.0.8 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate cow 0.0.8 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate cow 0.0.8 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cow 0.0.8
[INFO] finished tweaking crates.io crate cow 0.0.8
[INFO] tweaked toml for crates.io crate cow 0.0.8 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: path `/workspace/builds/worker-1-tc1/source/src/cow.rs` was erroneously implicitly accepted for library `cow`,
[INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 23625a5a782243b8a16fa2fdd3e8b64cb3158b71894c98f39d8798c958df495e
[INFO] running `Command { std: "docker" "start" "-a" "23625a5a782243b8a16fa2fdd3e8b64cb3158b71894c98f39d8798c958df495e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23625a5a782243b8a16fa2fdd3e8b64cb3158b71894c98f39d8798c958df495e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23625a5a782243b8a16fa2fdd3e8b64cb3158b71894c98f39d8798c958df495e", kill_on_drop: false }`
[INFO] [stdout] 23625a5a782243b8a16fa2fdd3e8b64cb3158b71894c98f39d8798c958df495e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10a9655d72b0388c37aaf06cdd836a68f013a5d2e58298bcf9ba3e899c248164
[INFO] running `Command { std: "docker" "start" "-a" "10a9655d72b0388c37aaf06cdd836a68f013a5d2e58298bcf9ba3e899c248164", kill_on_drop: false }`
[INFO] [stderr] warning: path `/opt/rustwide/workdir/src/cow.rs` was erroneously implicitly accepted for library `cow`,
[INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking rustc-serialize v0.3.25
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking cow v0.0.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stdout] error[E0463]: can't find crate for `collections`
[INFO] [stdout]  --> src/cow.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern crate collections;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 168 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:199:5
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 209 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:229:5
[INFO] [stdout]     |
[INFO] [stdout] 229 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:253:5
[INFO] [stdout]     |
[INFO] [stdout] 253 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:269:5
[INFO] [stdout]     |
[INFO] [stdout] 269 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:285:5
[INFO] [stdout]     |
[INFO] [stdout] 285 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:310:5
[INFO] [stdout]     |
[INFO] [stdout] 310 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:343:5
[INFO] [stdout]     |
[INFO] [stdout] 343 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:367:5
[INFO] [stdout]     |
[INFO] [stdout] 367 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:400:5
[INFO] [stdout]     |
[INFO] [stdout] 400 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:427:5
[INFO] [stdout]     |
[INFO] [stdout] 427 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:455:5
[INFO] [stdout]     |
[INFO] [stdout] 455 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]   --> src/trie/set.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:196:5
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:222:5
[INFO] [stdout]     |
[INFO] [stdout] 222 |     #[unstable = "matches collection reform specification, waiting for dust to settle."]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:245:5
[INFO] [stdout]     |
[INFO] [stdout] 245 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:268:5
[INFO] [stdout]     |
[INFO] [stdout] 268 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:286:5
[INFO] [stdout]     |
[INFO] [stdout] 286 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:301:5
[INFO] [stdout]     |
[INFO] [stdout] 301 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:317:5
[INFO] [stdout]     |
[INFO] [stdout] 317 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:332:5
[INFO] [stdout]     |
[INFO] [stdout] 332 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 355 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:377:5
[INFO] [stdout]     |
[INFO] [stdout] 377 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:402:5
[INFO] [stdout]     |
[INFO] [stdout] 402 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:422:5
[INFO] [stdout]     |
[INFO] [stdout] 422 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:442:5
[INFO] [stdout]     |
[INFO] [stdout] 442 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:464:1
[INFO] [stdout]     |
[INFO] [stdout] 464 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:487:1
[INFO] [stdout]     |
[INFO] [stdout] 487 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:510:1
[INFO] [stdout]     |
[INFO] [stdout] 510 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:533:1
[INFO] [stdout]     |
[INFO] [stdout] 533 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stdout]    --> src/trie/map.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 |         iter::order::partial_cmp(self.iter(), other.iter())
[INFO] [stdout]     |               ^^^^^ could not find `order` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stdout]    --> src/trie/map.rs:136:15
[INFO] [stdout]     |
[INFO] [stdout] 136 |         iter::order::cmp(self.iter(), other.iter())
[INFO] [stdout]     |               ^^^^^ could not find `order` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 168 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:199:5
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 209 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:229:5
[INFO] [stdout]     |
[INFO] [stdout] 229 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:253:5
[INFO] [stdout]     |
[INFO] [stdout] 253 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:269:5
[INFO] [stdout]     |
[INFO] [stdout] 269 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:285:5
[INFO] [stdout]     |
[INFO] [stdout] 285 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:310:5
[INFO] [stdout]     |
[INFO] [stdout] 310 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:343:5
[INFO] [stdout]     |
[INFO] [stdout] 343 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:367:5
[INFO] [stdout]     |
[INFO] [stdout] 367 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:400:5
[INFO] [stdout]     |
[INFO] [stdout] 400 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:427:5
[INFO] [stdout]     |
[INFO] [stdout] 427 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:455:5
[INFO] [stdout]     |
[INFO] [stdout] 455 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]   --> src/trie/set.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:196:5
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:222:5
[INFO] [stdout]     |
[INFO] [stdout] 222 |     #[unstable = "matches collection reform specification, waiting for dust to settle."]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:245:5
[INFO] [stdout]     |
[INFO] [stdout] 245 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:268:5
[INFO] [stdout]     |
[INFO] [stdout] 268 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:286:5
[INFO] [stdout]     |
[INFO] [stdout] 286 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:301:5
[INFO] [stdout]     |
[INFO] [stdout] 301 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:317:5
[INFO] [stdout]     |
[INFO] [stdout] 317 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:332:5
[INFO] [stdout]     |
[INFO] [stdout] 332 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 355 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:377:5
[INFO] [stdout]     |
[INFO] [stdout] 377 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:402:5
[INFO] [stdout]     |
[INFO] [stdout] 402 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:422:5
[INFO] [stdout]     |
[INFO] [stdout] 422 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:442:5
[INFO] [stdout]     |
[INFO] [stdout] 442 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:464:1
[INFO] [stdout]     |
[INFO] [stdout] 464 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:487:1
[INFO] [stdout]     |
[INFO] [stdout] 487 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:510:1
[INFO] [stdout]     |
[INFO] [stdout] 510 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:533:1
[INFO] [stdout]     |
[INFO] [stdout] 533 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]   --> src/trie/map.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use std::default::Default;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Default` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `IntoIterator` is imported redundantly
[INFO] [stdout]   --> src/trie/map.rs:21:23
[INFO] [stdout]    |
[INFO] [stdout] 21 | use std::iter::{self, IntoIterator};
[INFO] [stdout]    |                       ^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `IntoIterator` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/trie/map.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         try!(write!(f, "{{"));
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/trie/map.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |             try!(write!(f, "{:?}: {:?}", k, *v));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/trie/map.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |             if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]   --> src/trie/set.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use std::default::Default;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Default` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `IntoIterator` is imported redundantly
[INFO] [stdout]   --> src/trie/set.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::iter::{self, Peekable, IntoIterator};
[INFO] [stdout]    |                                 ^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `IntoIterator` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/trie/set.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         try!(write!(f, "{{"));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/trie/set.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |             try!(write!(f, "{:?}", x));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/trie/set.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |             if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/cow.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(core, alloc, collections, unboxed_closures, test, rand, hash)]
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/cow.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(core, alloc, collections, unboxed_closures, test, rand, hash)]
[INFO] [stdout]   |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `rand`
[INFO] [stdout]  --> src/cow.rs:4:62
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(core, alloc, collections, unboxed_closures, test, rand, hash)]
[INFO] [stdout]   |                                                              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `hash`
[INFO] [stdout]  --> src/cow.rs:4:68
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(core, alloc, collections, unboxed_closures, test, rand, hash)]
[INFO] [stdout]   |                                                                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `collections`
[INFO] [stdout]  --> src/cow.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(core, alloc, collections, unboxed_closures, test, rand, hash)]
[INFO] [stdout]   |                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]    --> src/trie/map.rs:742:48
[INFO] [stdout]     |
[INFO] [stdout] 742 |         Internal(ref mut x) => find_mut(&mut x.make_unique().children[chunk(key, idx)], key, idx + 1),
[INFO] [stdout]     |                                                ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]    --> src/trie/map.rs:771:23
[INFO] [stdout]     |
[INFO] [stdout] 771 |             let x = x.make_unique();
[INFO] [stdout]     |                       ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]    --> src/trie/map.rs:788:49
[INFO] [stdout]     |
[INFO] [stdout] 788 |                     let mut new_node = new_node.make_unique();
[INFO] [stdout]     |                                                 ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]    --> src/trie/map.rs:819:25
[INFO] [stdout]     |
[INFO] [stdout] 819 |           let mut x = x.make_unique();
[INFO] [stdout]     |                         ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]    --> src/trie/map.rs:958:51
[INFO] [stdout]     |
[INFO] [stdout] 958 |             let mut node_internal = node_internal.make_unique();
[INFO] [stdout]     |                                                   ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]     --> src/trie/map.rs:1037:45
[INFO] [stdout]      |
[INFO] [stdout] 1037 |                     let internal = internal.make_unique();
[INFO] [stdout]      |                                             ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]     --> src/trie/map.rs:1079:45
[INFO] [stdout]      |
[INFO] [stdout] 1079 |                     let mut parent = parent.make_unique();
[INFO] [stdout]      |                                             ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]     --> src/trie/map.rs:1233:54
[INFO] [stdout]      |
[INFO] [stdout] 1233 | iterator_impl! { IterMut, iter = iter_mut, get_ref = make_unique, clone = [Clone], mutability = mut }
[INFO] [stdout]      |                                                      ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 78 previous errors; 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0463, E0599, E0635, E0734.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cow` (lib) due to 79 previous errors; 12 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "10a9655d72b0388c37aaf06cdd836a68f013a5d2e58298bcf9ba3e899c248164", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10a9655d72b0388c37aaf06cdd836a68f013a5d2e58298bcf9ba3e899c248164", kill_on_drop: false }`
[INFO] [stdout] 10a9655d72b0388c37aaf06cdd836a68f013a5d2e58298bcf9ba3e899c248164
[INFO] checking cow-0.0.8 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate cow 0.0.8 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate cow 0.0.8 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cow 0.0.8
[INFO] finished tweaking crates.io crate cow 0.0.8
[INFO] tweaked toml for crates.io crate cow 0.0.8 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: path `/workspace/builds/worker-1-tc2/source/src/cow.rs` was erroneously implicitly accepted for library `cow`,
[INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 319cab71bed78efef05fc9fe6846b0be9a7f30b4648ac5bf0fddb09195b9ecdb
[INFO] running `Command { std: "docker" "start" "-a" "319cab71bed78efef05fc9fe6846b0be9a7f30b4648ac5bf0fddb09195b9ecdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "319cab71bed78efef05fc9fe6846b0be9a7f30b4648ac5bf0fddb09195b9ecdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "319cab71bed78efef05fc9fe6846b0be9a7f30b4648ac5bf0fddb09195b9ecdb", kill_on_drop: false }`
[INFO] [stdout] 319cab71bed78efef05fc9fe6846b0be9a7f30b4648ac5bf0fddb09195b9ecdb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4dcef627499dc432f64af5ae08fa7545cae66bd8d68238681ba2ede7f59bcf0b
[INFO] running `Command { std: "docker" "start" "-a" "4dcef627499dc432f64af5ae08fa7545cae66bd8d68238681ba2ede7f59bcf0b", kill_on_drop: false }`
[INFO] [stderr] warning: path `/opt/rustwide/workdir/src/cow.rs` was erroneously implicitly accepted for library `cow`,
[INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking rustc-serialize v0.3.25
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking cow v0.0.8 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `collections`
[INFO] [stdout]  --> src/cow.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern crate collections;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 168 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:199:5
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 209 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:229:5
[INFO] [stdout]     |
[INFO] [stdout] 229 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:253:5
[INFO] [stdout]     |
[INFO] [stdout] 253 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:269:5
[INFO] [stdout]     |
[INFO] [stdout] 269 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:285:5
[INFO] [stdout]     |
[INFO] [stdout] 285 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:310:5
[INFO] [stdout]     |
[INFO] [stdout] 310 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:343:5
[INFO] [stdout]     |
[INFO] [stdout] 343 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:367:5
[INFO] [stdout]     |
[INFO] [stdout] 367 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:400:5
[INFO] [stdout]     |
[INFO] [stdout] 400 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:427:5
[INFO] [stdout]     |
[INFO] [stdout] 427 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/map.rs:455:5
[INFO] [stdout]     |
[INFO] [stdout] 455 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]   --> src/trie/set.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:196:5
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:222:5
[INFO] [stdout]     |
[INFO] [stdout] 222 |     #[unstable = "matches collection reform specification, waiting for dust to settle."]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:245:5
[INFO] [stdout]     |
[INFO] [stdout] 245 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:268:5
[INFO] [stdout]     |
[INFO] [stdout] 268 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:286:5
[INFO] [stdout]     |
[INFO] [stdout] 286 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:301:5
[INFO] [stdout]     |
[INFO] [stdout] 301 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:317:5
[INFO] [stdout]     |
[INFO] [stdout] 317 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:332:5
[INFO] [stdout]     |
[INFO] [stdout] 332 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 355 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:377:5
[INFO] [stdout]     |
[INFO] [stdout] 377 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:402:5
[INFO] [stdout]     |
[INFO] [stdout] 402 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:422:5
[INFO] [stdout]     |
[INFO] [stdout] 422 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:442:5
[INFO] [stdout]     |
[INFO] [stdout] 442 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:464:1
[INFO] [stdout]     |
[INFO] [stdout] 464 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:487:1
[INFO] [stdout]     |
[INFO] [stdout] 487 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:510:1
[INFO] [stdout]     |
[INFO] [stdout] 510 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: malformed `unstable` attribute input
[INFO] [stdout]    --> src/trie/set.rs:533:1
[INFO] [stdout]     |
[INFO] [stdout] 533 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[unstable(feature = "name", reason = "...", issue = "N")]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stdout]    --> src/trie/map.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 |         iter::order::partial_cmp(self.iter(), other.iter())
[INFO] [stdout]     |               ^^^^^ could not find `order` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stdout]    --> src/trie/map.rs:136:15
[INFO] [stdout]     |
[INFO] [stdout] 136 |         iter::order::cmp(self.iter(), other.iter())
[INFO] [stdout]     |               ^^^^^ could not find `order` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 168 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:199:5
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 209 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:229:5
[INFO] [stdout]     |
[INFO] [stdout] 229 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:253:5
[INFO] [stdout]     |
[INFO] [stdout] 253 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:269:5
[INFO] [stdout]     |
[INFO] [stdout] 269 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:285:5
[INFO] [stdout]     |
[INFO] [stdout] 285 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:310:5
[INFO] [stdout]     |
[INFO] [stdout] 310 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:343:5
[INFO] [stdout]     |
[INFO] [stdout] 343 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:367:5
[INFO] [stdout]     |
[INFO] [stdout] 367 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:400:5
[INFO] [stdout]     |
[INFO] [stdout] 400 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:427:5
[INFO] [stdout]     |
[INFO] [stdout] 427 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/map.rs:455:5
[INFO] [stdout]     |
[INFO] [stdout] 455 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]   --> src/trie/set.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:196:5
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:222:5
[INFO] [stdout]     |
[INFO] [stdout] 222 |     #[unstable = "matches collection reform specification, waiting for dust to settle."]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:245:5
[INFO] [stdout]     |
[INFO] [stdout] 245 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:268:5
[INFO] [stdout]     |
[INFO] [stdout] 268 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:286:5
[INFO] [stdout]     |
[INFO] [stdout] 286 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:301:5
[INFO] [stdout]     |
[INFO] [stdout] 301 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:317:5
[INFO] [stdout]     |
[INFO] [stdout] 317 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:332:5
[INFO] [stdout]     |
[INFO] [stdout] 332 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 355 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:377:5
[INFO] [stdout]     |
[INFO] [stdout] 377 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:402:5
[INFO] [stdout]     |
[INFO] [stdout] 402 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:422:5
[INFO] [stdout]     |
[INFO] [stdout] 422 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:442:5
[INFO] [stdout]     |
[INFO] [stdout] 442 |     #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:464:1
[INFO] [stdout]     |
[INFO] [stdout] 464 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:487:1
[INFO] [stdout]     |
[INFO] [stdout] 487 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:510:1
[INFO] [stdout]     |
[INFO] [stdout] 510 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library
[INFO] [stdout]    --> src/trie/set.rs:533:1
[INFO] [stdout]     |
[INFO] [stdout] 533 | #[unstable = "matches collection reform specification, waiting for dust to settle"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]   --> src/trie/map.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use std::default::Default;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Default` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `IntoIterator` is imported redundantly
[INFO] [stdout]   --> src/trie/map.rs:21:23
[INFO] [stdout]    |
[INFO] [stdout] 21 | use std::iter::{self, IntoIterator};
[INFO] [stdout]    |                       ^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `IntoIterator` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/trie/map.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         try!(write!(f, "{{"));
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/trie/map.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |             try!(write!(f, "{:?}: {:?}", k, *v));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/trie/map.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |             if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]   --> src/trie/set.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use std::default::Default;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Default` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `IntoIterator` is imported redundantly
[INFO] [stdout]   --> src/trie/set.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::iter::{self, Peekable, IntoIterator};
[INFO] [stdout]    |                                 ^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `IntoIterator` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/trie/set.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         try!(write!(f, "{{"));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/trie/set.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |             try!(write!(f, "{:?}", x));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/trie/set.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |             if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/cow.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(core, alloc, collections, unboxed_closures, test, rand, hash)]
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/cow.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(core, alloc, collections, unboxed_closures, test, rand, hash)]
[INFO] [stdout]   |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `rand`
[INFO] [stdout]  --> src/cow.rs:4:62
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(core, alloc, collections, unboxed_closures, test, rand, hash)]
[INFO] [stdout]   |                                                              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `hash`
[INFO] [stdout]  --> src/cow.rs:4:68
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(core, alloc, collections, unboxed_closures, test, rand, hash)]
[INFO] [stdout]   |                                                                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `collections`
[INFO] [stdout]  --> src/cow.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(core, alloc, collections, unboxed_closures, test, rand, hash)]
[INFO] [stdout]   |                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]    --> src/trie/map.rs:742:48
[INFO] [stdout]     |
[INFO] [stdout] 742 |         Internal(ref mut x) => find_mut(&mut x.make_unique().children[chunk(key, idx)], key, idx + 1),
[INFO] [stdout]     |                                                ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]    --> src/trie/map.rs:771:23
[INFO] [stdout]     |
[INFO] [stdout] 771 |             let x = x.make_unique();
[INFO] [stdout]     |                       ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]    --> src/trie/map.rs:788:49
[INFO] [stdout]     |
[INFO] [stdout] 788 |                     let mut new_node = new_node.make_unique();
[INFO] [stdout]     |                                                 ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]    --> src/trie/map.rs:819:25
[INFO] [stdout]     |
[INFO] [stdout] 819 |           let mut x = x.make_unique();
[INFO] [stdout]     |                         ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]    --> src/trie/map.rs:958:51
[INFO] [stdout]     |
[INFO] [stdout] 958 |             let mut node_internal = node_internal.make_unique();
[INFO] [stdout]     |                                                   ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]     --> src/trie/map.rs:1037:45
[INFO] [stdout]      |
[INFO] [stdout] 1037 |                     let internal = internal.make_unique();
[INFO] [stdout]      |                                             ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]     --> src/trie/map.rs:1079:45
[INFO] [stdout]      |
[INFO] [stdout] 1079 |                     let mut parent = parent.make_unique();
[INFO] [stdout]      |                                             ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_unique` found for mutable reference `&mut Arc<InternalNode<T>>` in the current scope
[INFO] [stdout]     --> src/trie/map.rs:1233:54
[INFO] [stdout]      |
[INFO] [stdout] 1233 | iterator_impl! { IterMut, iter = iter_mut, get_ref = make_unique, clone = [Clone], mutability = mut }
[INFO] [stdout]      |                                                      ^^^^^^^^^^^ method not found in `&mut Arc<InternalNode<T>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 78 previous errors; 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0463, E0599, E0635, E0734.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cow` (lib) due to 79 previous errors; 12 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4dcef627499dc432f64af5ae08fa7545cae66bd8d68238681ba2ede7f59bcf0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4dcef627499dc432f64af5ae08fa7545cae66bd8d68238681ba2ede7f59bcf0b", kill_on_drop: false }`
[INFO] [stdout] 4dcef627499dc432f64af5ae08fa7545cae66bd8d68238681ba2ede7f59bcf0b
