I was trying to build `gitui` as documented: using ```cargo install gitui ``` But this error occurs. I'm using android termux with current _rustc_ .
Activity
extrawurst commentedon Jun 21, 2020
Sounds like: #117 (comment)
extrawurst commentedon Jun 21, 2020
We should add the min version like this: rust-lang/rfcs#2495
extrawurst commentedon Jun 21, 2020
ok damn, the
min supported rust version
is not there yet: rust-lang/rust#65262anyhow, the error you see is when you are not building with rust 1.44 or higher. let me know if the problem still persists