error[E0432]: unresolved import std::sync::atomic::AtomicU64
#62269
Labels
A-codegen
Area: Code generation
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
C-bug
Category: This is a bug.
O-PowerPC
Target: PowerPC processors
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
https://build.opensuse.org/package/live_build_log/home:Andreas_Schwab:Factory/rust/p/ppc
Dist RLS stage2 (powerpc-unknown-linux-gnu)
Building stage2 tool clippy-driver (powerpc-unknown-linux-gnu)
Finished release [optimized] target(s) in 0.59s
Building stage2 tool rls (powerpc-unknown-linux-gnu)
Compiling rls v1.35.0 (/home/abuild/rpmbuild/BUILD/rustc-1.35.0-src/src/tools
/rls)
error[E0432]: unresolved import
std::sync::atomic::AtomicU64
--> src/tools/rls/rls/src/cmd.rs:10:25
|
10 | use std::sync::atomic::{AtomicU64, Ordering};
| ^^^^^^^^^
| |
| no
AtomicU64
insync::atomic
| help: a similar name exists in the module:
AtomicU16
error[E0432]: unresolved import
std::sync::atomic::AtomicU64
--> src/tools/rls/rls/src/server/io.rs:10:25
|
10 | use std::sync::atomic::{AtomicU64, Ordering};
| ^^^^^^^^^
| |
| no
AtomicU64
insync::atomic
| help: a similar name exists in the module:
AtomicU16
error: aborting due to 2 previous errors
For more information about this error, try
rustc --explain E0432
.error: Could not compile
rls
.To learn more, run the command again with --verbose.
command did not execute successfully: "/home/abuild/rpmbuild/BUILD/rust-1.35.0-powerpc-unknown-linux-gnu/usr/bin/cargo" "build" "--target" "powerpc-unknown-linux-gnu" "-j" "8" "--release" "--frozen" "--manifest-path" "/home/abuild/rpmbuild/BUILD/rustc-1.35.0-src/src/tools/rls/Cargo.toml" "--features" "clippy" "--message-format" "json"
expected success, got: exit code: 101
thread 'main' panicked at 'Unable to build RLS', src/bootstrap/dist.rs:65:9
note: Run with
RUST_BACKTRACE=1
environment variable to display a backtrace.failed to run: /home/abuild/rpmbuild/BUILD/rustc-1.35.0-src/build/bootstrap/debug/bootstrap install
The text was updated successfully, but these errors were encountered: