Closed haroldcarr closed 5 years ago
You will need to update rustc. The ?
operator got stabilized many releases ago. Judging from the error format, your rustc is 2 years old.
I know this is the forum, but in case you know off-the-top-of-your-head, I installed rust specially and only to build this project. I installed via
curl https://sh.rustup.rs -sSf | sh
What do I do now to update rustc?
What do I do now to update rustc?
$ rustup update
I just tried
and got
and a whole lot more like that.