Search code examples
How to use Rust 2018 or later for `async fn`?...


rustasync-awaitrust-2018

Read More
How do I resolve the error "no module in the root" when using a module in Rust 2018?...


modulerustrust-2018

Read More
Can Rust macros be shared across editions?...


rustmacrosrust-macrosrust-2018rust-2021

Read More
Check if a file is a symlink in Rust 2018 on Windows...


windowsrustsymlinkrust-2018

Read More
How to idiomatically alias a crate in Rust 2018?...


rustrust-cargorust-2018

Read More
How to convert the inner value in an Option?...


rustoption-typerust-2018

Read More
Attempting to import `reqwest::async` errors stating that `async` is a reserved keyword...


syntaxrustreqwestrust-2018

Read More
Why does my trait definition compile with the 2015 edition but not with the 2018 edition?...


rustrust-2018

Read More
What are the use cases of raw identifiers besides new keywords?...


rustrust-2018

Read More
BackNext