import #[macro_export] from crate root help uses 2015 use syntax #99694
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
D-edition
Diagnostics: An error or lint that should account for edition differences.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code: [playground]
The current output is:
This is using the edition2015 syntax to import from the crate root, rather than the edition2018+ required
crate::nu
.Related: #99695
@rustbot label +D-edition +D-invalid-suggestion
The text was updated successfully, but these errors were encountered: