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.
1 parent 0d69a02 commit f82fb30Copy full SHA for f82fb30
src/librustdoc/html/format.rs
@@ -1277,7 +1277,7 @@ crate fn print_constness_with_space(
1277
s: Option<&ConstStability>,
1278
) -> &'static str {
1279
match (c, s) {
1280
- // const stable or no stability attribute
+ // const stable or when feature(staged_api) is not set
1281
(
1282
hir::Constness::Const,
1283
Some(ConstStability { level: StabilityLevel::Stable { .. }, .. }),
0 commit comments