mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
Update comment regarding staged_api
This commit is contained in:
@@ -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 { .. }, .. }),
|
||||
|
||||
Reference in New Issue
Block a user