Skip to content

Support for Rust 2018 edition #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ErichDonGubler opened this issue Nov 26, 2018 · 4 comments
Closed

Support for Rust 2018 edition #66

ErichDonGubler opened this issue Nov 26, 2018 · 4 comments

Comments

@ErichDonGubler
Copy link

It'd be nice if we could just add this to the embedded manifest and just be good to go, like with normal cargo manifests, once the new edition is out:

//! ```cargo
//! edition = "2018"
//! ...
//! ```
@theduke
Copy link

theduke commented Dec 9, 2018

This works for me with:

//! ```cargo
//! [package]
//! edition = "2018"
//!
//! [dependencies]
//! ```

(Apart from the probably unrelated hanging issue #67 )

@ErichDonGubler
Copy link
Author

Ahhh...my mistake was not using the [package] key header. It works for me! Thank you! :)

@Avi-D-coder
Copy link

The default should be edition = "2018"

@theduke
Copy link

theduke commented Jun 23, 2019

Yeah it should, but considering that the last commit was on Oct 29, 2017, it is fair to say that this crate is unmaintained.

You can check out https://github.com/fanzeyi/cargo-play as an alternative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants