How to use Rust 2018 or later for `async fn`?...
Read MoreHow do I resolve the error "no module in the root" when using a module in Rust 2018?...
Read MoreCan Rust macros be shared across editions?...
Read MoreCheck if a file is a symlink in Rust 2018 on Windows...
Read MoreHow to idiomatically alias a crate in Rust 2018?...
Read MoreHow to convert the inner value in an Option?...
Read MoreAttempting to import `reqwest::async` errors stating that `async` is a reserved keyword...
Read MoreWhy does my trait definition compile with the 2015 edition but not with the 2018 edition?...
Read MoreWhat are the use cases of raw identifiers besides new keywords?...
Read More