Rocket: The require syntax extensions is not include now ? It's very necessary to use nightly version of Rust today ?

Created on 6 Sep 2019  路  2Comments  路  Source: SergioBenitez/Rocket

Error
error: failed to run custom build command for rocket_codegen v0.4.2

Caused by:
process didn't exit successfully: /home/florian/IdeaProjects/TestRocket/target/debug/build/rocket_codegen-fa289f87457242e4/build-script-build (exit code: 101)
--- stderr
Error: Rocket (codegen) requires a 'dev' or 'nightly' version of rustc.
Installed version: 1.37.0 (2019-08-13)
Minimum required: 1.33.0-nightly (2019-01-13)

duplicate question

All 2 comments

Rocket 0.5 will compile on stable. Nightly is currently necessary for a variety of reasons. See #19 for more details, which is something you'd have found if you searched. The error message is quite clear that nightly is needed to compile.

Removing the features that require nightly are breaking changes, so Rocket 0.4 will continue to require nightly to build. But we are committed to making Rocket 0.5 compile on stable rust.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shssoichiro picture shssoichiro  路  4Comments

Ronaldho80 picture Ronaldho80  路  3Comments

ndarilek picture ndarilek  路  3Comments

marcusball picture marcusball  路  3Comments

klnusbaum picture klnusbaum  路  4Comments