Update comment regarding staged_api

This commit is contained in:
Deadbeef
2021-06-21 20:21:37 +08:00
parent 0d69a02c31
commit f82fb308af
+1 -1
View File
@@ -1277,7 +1277,7 @@ fn print_with_space(&self) -> &str {
s: Option<&ConstStability>,
) -> &'static str {
match (c, s) {
// const stable or no stability attribute
// const stable or when feature(staged_api) is not set
(
hir::Constness::Const,
Some(ConstStability { level: StabilityLevel::Stable { .. }, .. }),