"error: module has missing stability attribute" is insufficiently explained #103668
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-stability
Area: `#[stable]`, `#[unstable]` etc.
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
F-staged_api
`#![feature(staged_api)]`
P-low
Low priority
requires-internal-features
This issue requires the use of internal features.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code (playground):
The current output points to the entire file and doesn't tell me what I did wrong:
If I understand the feature correctly, the output should be:
The text was updated successfully, but these errors were encountered: