We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cf3836 + 2e8eaaf commit 166390aCopy full SHA for 166390a
1 file changed
src/stabilization_guide.md
@@ -64,7 +64,7 @@ Before the stabilization will be considered by the lang team, there must be a co
64
There is a central listing of unstable feature-gates in [`compiler/rustc_feature/src/unstable.rs`].
65
Search for the `declare_features!` macro.
66
There should be an entry for the feature you are aiming to stabilize,
67
-something like the following (taken from [rust-lang/rust#32409]:
+something like the following (taken from [rust-lang/rust#32409]):
68
69
```rust,ignore
70
// pub(restricted) visibilities (RFC 1422)
0 commit comments