Closed pouete closed 7 years ago
You are trying to compile with a stable version of rust, where notty requires nightly. cargo
is a nightly version, however, it is rustc
that needs to be a nightly version. See this page for information on running nightly rust.
Okay ! it is building now . Thanks for the answer ! Closing and renaming in [SOLVED]
Hello @withoutboats , I am trying to build notty but get this error :
my cargo version :
My rustc version :
How could i solve this problem ?