It builds for me only if I use the config.toml.example file from the rust git repository to create a config.toml. This can be achieved by changing the following line from PKGBUILD in the build()
function
from
cp -a "$srcdir/config.toml" .
to
cp config.toml.example config.toml
Pinned Comments
ishitatsuyuki commented on 2019-10-21 06:32 (UTC) (edited on 2021-09-08 09:28 (UTC) by ishitatsuyuki)
I'm not actively maintaining this package at this moment. If you want to contribute a PKGBUILD or other change, let me know.