We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When compiled with --edition 2018 this code compiles just fine:
--edition 2018
use rustc; fn main() {}
That's bad!