Update comment regarding staged_api
This commit is contained in:
parent
0d69a02c31
commit
f82fb308af
1 changed files with 1 additions and 1 deletions
|
@ -1277,7 +1277,7 @@ crate fn print_constness_with_space(
|
|||
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 { .. }, .. }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue