You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All started with Compiling proc-macro2 v1.0.86 2 │ Compiling unicode-ident v1.0.12 3 │ Compiling libc v0.2.158 4 │ Compiling cfg-if v1.0.0 5 │ Compiling autocfg v1.3.0 6 │ Compiling shlex v1.3.0 7 │ Compiling memchr v2.7.4 8 │ Compiling pin-project-lite v0.2.14 9 │ error[E0514]: found crate corecompiled by an incompatible │ version of rustc 10 │ | 11 │ = note: the following crate versions were found: 12 │ cratecorecompiled by rustc 1.84.0 (9fc6b4312 20 │ 25-01-07) (built from a source tarball): /data/data/com.termu │ x/files/usr/lib/rustlib/aarch64-linux-android/lib/libcore-fda │ 7745d5c3d2eaf.rlib 13 │ = help: please recompile that crate using this compiler (ru │ stc 1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarbal │ l)) (consider runningcargo cleanfirst) 14 │ 15 │ error[E0514]: found cratecompiler_builtinscompiled by an │ incompatible version of rustc 16 │ | 17 │ = note: the following crate versions were found: 18 │ cratecompiler_builtinscompiled by rustc 1.84.0 │ (9fc6b4312 2025-01-07) (built from a source tarball): /data/d │ ata/com.termux/files/usr/lib/rustlib/aarch64-linux-android/li │ b/libcompiler_builtins-920d620f7d122685.rlib 19 │ = help: please recompile that crate using this compiler (ru │ stc 1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarbal │ l)) (consider runningcargo cleanfirst) 20 │ 21 │ error[E0514]: found cratecore compiled by an incompatible │ version of rustc 22 │ --> /data/data/com.termux/files/home/.cargo/registry/src/ │ index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/ │ lib.rs:1669:9 23 │ | 24 │ 1669 | use core::mem::ManuallyDrop; 25 │ | ^^^^
The goes more and more error I can send all errors if need
The text was updated successfully, but these errors were encountered:
All started with
Compiling proc-macro2 v1.0.86 2 │ Compiling unicode-ident v1.0.12 3 │ Compiling libc v0.2.158 4 │ Compiling cfg-if v1.0.0 5 │ Compiling autocfg v1.3.0 6 │ Compiling shlex v1.3.0 7 │ Compiling memchr v2.7.4 8 │ Compiling pin-project-lite v0.2.14 9 │ error[E0514]: found crate
corecompiled by an incompatible │ version of rustc 10 │ | 11 │ = note: the following crate versions were found: 12 │ crate
corecompiled by rustc 1.84.0 (9fc6b4312 20 │ 25-01-07) (built from a source tarball): /data/data/com.termu │ x/files/usr/lib/rustlib/aarch64-linux-android/lib/libcore-fda │ 7745d5c3d2eaf.rlib 13 │ = help: please recompile that crate using this compiler (ru │ stc 1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarbal │ l)) (consider running
cargo cleanfirst) 14 │ 15 │ error[E0514]: found crate
compiler_builtinscompiled by an │ incompatible version of rustc 16 │ | 17 │ = note: the following crate versions were found: 18 │ crate
compiler_builtinscompiled by rustc 1.84.0 │ (9fc6b4312 2025-01-07) (built from a source tarball): /data/d │ ata/com.termux/files/usr/lib/rustlib/aarch64-linux-android/li │ b/libcompiler_builtins-920d620f7d122685.rlib 19 │ = help: please recompile that crate using this compiler (ru │ stc 1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarbal │ l)) (consider running
cargo cleanfirst) 20 │ 21 │ error[E0514]: found crate
corecompiled by an incompatible │ version of rustc 22 │ --> /data/data/com.termux/files/home/.cargo/registry/src/ │ index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/ │ lib.rs:1669:9 23 │ | 24 │ 1669 | use core::mem::ManuallyDrop; 25 │ | ^^^^
The goes more and more error I can send all errors if need
The text was updated successfully, but these errors were encountered: