You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
19: move code to the 2018 edition r=japaric a=japaric
most code changes are minor
the annoying part of using the 2018 edition right now is that there is no easy
way to create new 2018 project (Cargo still defaults to 2015 projects; see
rust-lang/cargo#5980) and there's no visible documentation on how to move a new
project to the 2018 edition (see rust-lang/edition-guide#102) so I have
included the required changes in the preface -- I hope people won't miss that
part.
r? @rust-embedded/resources (anyone)
closes#1
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
All the code snippets must be using 2018 edition features and must compile on 1.30-beta by RC1.
The text was updated successfully, but these errors were encountered: