How did you obtain the source code?

https://github.com/rust-lang/rust/archive/1.41.0.tar.gz
./x.py build -j5
DESTDIR=xxx ./x.py install j5
I need rust for compiling librsvg
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/rust
I tried this PKGBUILD. same issue
Seems like you don't really _need_ to compile rustc on your own - why don't you just use rustup? :-)
I wanna compile. I dont wanna use 3. party script
@Patryk27 do you know any solve?
Well, if you want to build it... did you try following the instructions?
@paledega rustup is not a third-party script, it is the official recommended installer for Rust.
Most helpful comment
@paledega rustup is not a third-party script, it is the official recommended installer for Rust.