[INFO] fetching crate zaliznyak 0.1.0... [INFO] testing zaliznyak-0.1.0 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate zaliznyak 0.1.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate zaliznyak 0.1.0 [INFO] finished tweaking crates.io crate zaliznyak 0.1.0 [INFO] tweaked toml for crates.io crate zaliznyak 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate zaliznyak 0.1.0 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate zaliznyak 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae07937afa23b8e4de8044b9cdc9d4e2d9695831ec6485bf6bd02ec1f7ba6f97 [INFO] running `Command { std: "docker" "start" "-a" "ae07937afa23b8e4de8044b9cdc9d4e2d9695831ec6485bf6bd02ec1f7ba6f97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae07937afa23b8e4de8044b9cdc9d4e2d9695831ec6485bf6bd02ec1f7ba6f97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae07937afa23b8e4de8044b9cdc9d4e2d9695831ec6485bf6bd02ec1f7ba6f97", kill_on_drop: false }` [INFO] [stdout] ae07937afa23b8e4de8044b9cdc9d4e2d9695831ec6485bf6bd02ec1f7ba6f97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a964c1c60d48f017c4dbfba925f32ced934d965986dc310b257e190167e6b4a [INFO] running `Command { std: "docker" "start" "-a" "3a964c1c60d48f017c4dbfba925f32ced934d965986dc310b257e190167e6b4a", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v2.0.15 [INFO] [stderr] Compiling bitflags v2.9.2 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling thiserror-impl v2.0.15 [INFO] [stderr] Compiling zaliznyak v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0635]: unknown feature `const_convert` [INFO] [stdout] --> src/lib.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(const_convert)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | impl const From<$from> for $to { [INFO] [stdout] | ^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/categories/convert.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / enum_conversion! { [INFO] [stdout] 20 | | Case => CaseEx { Nominative, Genitive, Dative, Accusative, Instrumental, Prepositional } else { CaseError } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | impl const TryFrom<$to> for $from { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/categories/convert.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / enum_conversion! { [INFO] [stdout] 20 | | Case => CaseEx { Nominative, Genitive, Dative, Accusative, Instrumental, Prepositional } else { CaseError } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | impl const From<$from> for $to { [INFO] [stdout] | ^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/categories/convert.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / enum_conversion! { [INFO] [stdout] 23 | | Gender => GenderEx { Masculine, Neuter, Feminine } else { GenderError } [INFO] [stdout] 24 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | impl const TryFrom<$to> for $from { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/categories/convert.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / enum_conversion! { [INFO] [stdout] 23 | | Gender => GenderEx { Masculine, Neuter, Feminine } else { GenderError } [INFO] [stdout] 24 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/declension/mod.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | impl const From for Declension { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/declension/mod.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | impl const From for Declension { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/declension/mod.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | impl const From for Declension { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/declension/mod.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | impl const TryFrom for NounDeclension { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/declension/mod.rs:125:12 [INFO] [stdout] | [INFO] [stdout] 125 | impl const TryFrom for PronounDeclension { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/declension/mod.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | impl const TryFrom for AdjectiveDeclension { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | impl const From<$from> for $to { [INFO] [stdout] | ^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/declension/stem_types.rs:106:1 [INFO] [stdout] | [INFO] [stdout] 106 | / enum_conversion! { [INFO] [stdout] 107 | | NounStemType => AnyStemType { Type1, Type2, Type3, Type4, Type5, Type6, Type7, Type8 } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | impl const From<$to> for $from { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/declension/stem_types.rs:106:1 [INFO] [stdout] | [INFO] [stdout] 106 | / enum_conversion! { [INFO] [stdout] 107 | | NounStemType => AnyStemType { Type1, Type2, Type3, Type4, Type5, Type6, Type7, Type8 } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | impl const From<$from> for $to { [INFO] [stdout] | ^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/declension/stem_types.rs:109:1 [INFO] [stdout] | [INFO] [stdout] 109 | / enum_conversion! { [INFO] [stdout] 110 | | PronounStemType => AnyStemType { Type1, Type2, Type4, Type6 } else { PronounStemTypeError } [INFO] [stdout] 111 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | impl const TryFrom<$to> for $from { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/declension/stem_types.rs:109:1 [INFO] [stdout] | [INFO] [stdout] 109 | / enum_conversion! { [INFO] [stdout] 110 | | PronounStemType => AnyStemType { Type1, Type2, Type4, Type6 } else { PronounStemTypeError } [INFO] [stdout] 111 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | impl const From<$from> for $to { [INFO] [stdout] | ^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/declension/stem_types.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | / enum_conversion! { [INFO] [stdout] 113 | | AdjectiveStemType => AnyStemType { Type1, Type2, Type3, Type4, Type5, Type6, Type7 } [INFO] [stdout] 114 | | else { AdjectiveStemTypeError } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | impl const TryFrom<$to> for $from { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/declension/stem_types.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | / enum_conversion! { [INFO] [stdout] 113 | | AdjectiveStemType => AnyStemType { Type1, Type2, Type3, Type4, Type5, Type6, Type7 } [INFO] [stdout] 114 | | else { AdjectiveStemTypeError } [INFO] [stdout] 115 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | impl const From<$from> for $to { [INFO] [stdout] | ^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/stress/convert.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / enum_conversion! { [INFO] [stdout] 84 | | NounStress => AnyStress { A, B, C, D, E, F, Bp, Dp, Fp, Fpp } else { NounStressError } [INFO] [stdout] 85 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | impl const TryFrom<$to> for $from { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/stress/convert.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / enum_conversion! { [INFO] [stdout] 84 | | NounStress => AnyStress { A, B, C, D, E, F, Bp, Dp, Fp, Fpp } else { NounStressError } [INFO] [stdout] 85 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | impl const From<$from> for $to { [INFO] [stdout] | ^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/stress/convert.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / enum_conversion! { [INFO] [stdout] 87 | | PronounStress => AnyStress { A, B, F } else { PronounStressError } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | impl const TryFrom<$to> for $from { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/stress/convert.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / enum_conversion! { [INFO] [stdout] 87 | | PronounStress => AnyStress { A, B, F } else { PronounStressError } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | impl const From<$from> for $to { [INFO] [stdout] | ^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/stress/convert.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / enum_conversion! { [INFO] [stdout] 90 | | AdjectiveFullStress => AnyStress { A, B } else { AdjectiveFullStressError } [INFO] [stdout] 91 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | impl const TryFrom<$to> for $from { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/stress/convert.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / enum_conversion! { [INFO] [stdout] 90 | | AdjectiveFullStress => AnyStress { A, B } else { AdjectiveFullStressError } [INFO] [stdout] 91 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | impl const From<$from> for $to { [INFO] [stdout] | ^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/stress/convert.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | / enum_conversion! { [INFO] [stdout] 93 | | AdjectiveShortStress => AnyStress { A, B, C, Ap, Bp, Cp, Cpp } else { AdjectiveShortStressError } [INFO] [stdout] 94 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | impl const TryFrom<$to> for $from { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/stress/convert.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | / enum_conversion! { [INFO] [stdout] 93 | | AdjectiveShortStress => AnyStress { A, B, C, Ap, Bp, Cp, Cpp } else { AdjectiveShortStressError } [INFO] [stdout] 94 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | impl const From<$from> for $to { [INFO] [stdout] | ^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/stress/convert.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / enum_conversion! { [INFO] [stdout] 96 | | VerbPresentStress => AnyStress { A, B, C, Cp } else { VerbPresentStressError } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | impl const TryFrom<$to> for $from { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/stress/convert.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / enum_conversion! { [INFO] [stdout] 96 | | VerbPresentStress => AnyStress { A, B, C, Cp } else { VerbPresentStressError } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | impl const From<$from> for $to { [INFO] [stdout] | ^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/stress/convert.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / enum_conversion! { [INFO] [stdout] 99 | | VerbPastStress => AnyStress { A, B, C, Cp, Cpp } else { VerbPastStressError } [INFO] [stdout] 100 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/util/mod.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | impl const TryFrom<$to> for $from { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] ::: src/stress/convert.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / enum_conversion! { [INFO] [stdout] 99 | | VerbPastStress => AnyStress { A, B, C, Cp, Cpp } else { VerbPastStressError } [INFO] [stdout] 100 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `enum_conversion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/stress/convert.rs:103:40 [INFO] [stdout] | [INFO] [stdout] 103 | impl> const From for AnyDualStress { [INFO] [stdout] | ^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/stress/convert.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | impl> const From for AnyDualStress { [INFO] [stdout] | ------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/stress/convert.rs:110:12 [INFO] [stdout] | [INFO] [stdout] 110 | impl const TryFrom for AnyStress { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/stress/convert.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | impl const TryFrom for $t { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 126 | / derive_simple_try_from_dual_impls! { [INFO] [stdout] 127 | | NounStress, PronounStress, AdjectiveFullStress, AdjectiveShortStress, VerbPresentStress, VerbPastStress, [INFO] [stdout] 128 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the macro `derive_simple_try_from_dual_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/stress/convert.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | impl const From for AnyDualStress { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/stress/convert.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 136 | impl const From for AnyDualStress { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/stress/convert.rs:143:12 [INFO] [stdout] | [INFO] [stdout] 143 | impl const TryFrom for AdjectiveStress { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/stress/convert.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 154 | impl const TryFrom for VerbStress { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/stress/convert.rs:167:12 [INFO] [stdout] | [INFO] [stdout] 167 | impl const From<(AnyStress, Option)> for AnyDualStress { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/stress/convert.rs:172:12 [INFO] [stdout] | [INFO] [stdout] 172 | impl const From<(AnyStress, AnyStress)> for AnyDualStress { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_deref` [INFO] [stdout] --> src/util/stack_vec.rs:147:31 [INFO] [stdout] | [INFO] [stdout] 147 | impl const Deref for StackVec { [INFO] [stdout] | ^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #88955 for more information [INFO] [stdout] = help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_deref` [INFO] [stdout] --> src/util/stack_vec.rs:153:31 [INFO] [stdout] | [INFO] [stdout] 153 | impl const DerefMut for StackVec { [INFO] [stdout] | ^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #88955 for more information [INFO] [stdout] = help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TryInto` is not yet stable as a const trait [INFO] [stdout] --> src/categories/methods.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | self.try_into().unwrap_or(Gender::Feminine) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/categories/traits.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | self.case().into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/categories/traits.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | self.gender().into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/fmt.rs:74:33 [INFO] [stdout] | [INFO] [stdout] 74 | fmt_declension_any(dst, self.stem_type.into(), self.stress.into(), self.flags) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/fmt.rs:74:56 [INFO] [stdout] | [INFO] [stdout] 74 | fmt_declension_any(dst, self.stem_type.into(), self.stress.into(), self.flags) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/fmt.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | fmt_declension_any(dst, self.stem_type.into(), self.stress.into(), self.flags) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/fmt.rs:79:56 [INFO] [stdout] | [INFO] [stdout] 79 | fmt_declension_any(dst, self.stem_type.into(), self.stress.into(), self.flags) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/fmt.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | fmt_declension_any(dst, self.stem_type.into(), self.stress.abbr(), self.flags) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/from_str.rs:93:24 [INFO] [stdout] | [INFO] [stdout] 93 | stem_type: self.stem_type.into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TryInto` is not yet stable as a const trait [INFO] [stdout] --> src/declension/from_str.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | stress: self.stress.try_into().ok().ok_or(Error::IncompatibleStress)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TryInto` is not yet stable as a const trait [INFO] [stdout] --> src/declension/from_str.rs:100:24 [INFO] [stdout] | [INFO] [stdout] 100 | stem_type: self.stem_type.try_into().ok().ok_or(Error::IncompatibleStemType)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TryInto` is not yet stable as a const trait [INFO] [stdout] --> src/declension/from_str.rs:101:21 [INFO] [stdout] | [INFO] [stdout] 101 | stress: self.stress.try_into().ok().ok_or(Error::IncompatibleStress)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TryInto` is not yet stable as a const trait [INFO] [stdout] --> src/declension/from_str.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | stem_type: self.stem_type.try_into().ok().ok_or(Error::IncompatibleStemType)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TryInto` is not yet stable as a const trait [INFO] [stdout] --> src/declension/from_str.rs:108:21 [INFO] [stdout] | [INFO] [stdout] 108 | stress: self.stress.try_into().ok().ok_or(Error::IncompatibleStress)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/declension/stem_types.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | Some((stem, AnyStemType::from(stem_type).into())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/stem_types.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | Some((stem, AnyStemType::from(stem_type).into())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/declension/stem_types.rs:166:21 [INFO] [stdout] | [INFO] [stdout] 166 | Some((stem, AnyStemType::from(stem_type).try_into().ok()?)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TryInto` is not yet stable as a const trait [INFO] [stdout] --> src/declension/stem_types.rs:166:21 [INFO] [stdout] | [INFO] [stdout] 166 | Some((stem, AnyStemType::from(stem_type).try_into().ok()?)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/mod.rs:84:35 [INFO] [stdout] | [INFO] [stdout] 84 | Self::Adjective(x) => x.stem_type.into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/mod.rs:83:33 [INFO] [stdout] | [INFO] [stdout] 83 | Self::Pronoun(x) => x.stem_type.into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/mod.rs:82:30 [INFO] [stdout] | [INFO] [stdout] 82 | Self::Noun(x) => x.stem_type.into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/mod.rs:91:35 [INFO] [stdout] | [INFO] [stdout] 91 | Self::Adjective(x) => x.stress.into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/mod.rs:90:33 [INFO] [stdout] | [INFO] [stdout] 90 | Self::Pronoun(x) => x.stress.into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/declension/mod.rs:89:30 [INFO] [stdout] | [INFO] [stdout] 89 | Self::Noun(x) => x.stress.into(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/stress/convert.rs:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | Self::new(value.into(), None) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TryInto` is not yet stable as a const trait [INFO] [stdout] --> src/stress/convert.rs:121:42 [INFO] [stdout] | [INFO] [stdout] 121 | if value.alt.is_none() { value.main.try_into() } else { Err(Self::Error {}) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | / derive_simple_try_from_dual_impls! { [INFO] [stdout] 127 | | NounStress, PronounStress, AdjectiveFullStress, AdjectiveShortStress, VerbPresentStress, VerbPastStress, [INFO] [stdout] 128 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `derive_simple_try_from_dual_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/stress/convert.rs:133:19 [INFO] [stdout] | [INFO] [stdout] 133 | Self::new(value.full.into(), Some(value.short.into())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/stress/convert.rs:133:43 [INFO] [stdout] | [INFO] [stdout] 133 | Self::new(value.full.into(), Some(value.short.into())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/stress/convert.rs:138:19 [INFO] [stdout] | [INFO] [stdout] 138 | Self::new(value.present.into(), Some(value.past.into())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/stress/convert.rs:138:46 [INFO] [stdout] | [INFO] [stdout] 138 | Self::new(value.present.into(), Some(value.past.into())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TryInto` is not yet stable as a const trait [INFO] [stdout] --> src/stress/convert.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | main.try_into().map_err(Self::Error::Full)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TryInto` is not yet stable as a const trait [INFO] [stdout] --> src/stress/convert.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | alt.try_into().map_err(Self::Error::Short)?, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TryInto` is not yet stable as a const trait [INFO] [stdout] --> src/stress/convert.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | main.try_into().map_err(Self::Error::Present)?, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `TryInto` is not yet stable as a const trait [INFO] [stdout] --> src/stress/convert.rs:161:13 [INFO] [stdout] | [INFO] [stdout] 161 | alt.try_into().map_err(Self::Error::Past)?, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/stress/methods.rs:88:47 [INFO] [stdout] | [INFO] [stdout] 88 | if let Some(abbr) = self.try_abbr() { abbr.into() } else { self.into() } [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/stress/methods.rs:88:68 [INFO] [stdout] | [INFO] [stdout] 88 | if let Some(abbr) = self.try_abbr() { abbr.into() } else { self.into() } [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/stress/methods.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | if let Some(abbr) = self.try_abbr() { abbr.into() } else { self.into() } [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/stress/methods.rs:96:68 [INFO] [stdout] | [INFO] [stdout] 96 | if let Some(abbr) = self.try_abbr() { abbr.into() } else { self.into() } [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/word/word.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | &self.buf [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/word/word.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe { self.buf.get_unchecked(..self.info.stem_len) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/word/word.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | unsafe { self.buf.get_unchecked(self.info.stem_len..) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/word/word.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | Word { buf: &self.buf, info: self.info } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0635, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0635`. [INFO] [stdout] [INFO] [stderr] error: could not compile `zaliznyak` (lib) due to 83 previous errors [INFO] running `Command { std: "docker" "inspect" "3a964c1c60d48f017c4dbfba925f32ced934d965986dc310b257e190167e6b4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a964c1c60d48f017c4dbfba925f32ced934d965986dc310b257e190167e6b4a", kill_on_drop: false }` [INFO] [stdout] 3a964c1c60d48f017c4dbfba925f32ced934d965986dc310b257e190167e6b4a