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.
const fn foo() { let _x = 5; }
reports:
error: local variables in const fn are unstable --> src/lib.rs:2:9 | 2 | let _x = 5; | ^^ error: aborting due to previous error
This should report to the user which feature flag should be added to use this feature.