When rustc complains that xxx syntax is experimental
, switch to nightly build
$ rustup toolchain install nightly
$ rustup default nightly
If some feature has to be activated, the compiler usually say which one.
When rustc complains that xxx syntax is experimental
, switch to nightly build
$ rustup toolchain install nightly
$ rustup default nightly
If some feature has to be activated, the compiler usually say which one.