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.
2 parents 4419a67 + db8664c commit cb2eef8Copy full SHA for cb2eef8
src/compiler/proposals-and-stabilization.md
@@ -79,21 +79,21 @@ Zulip). See the previous section. To facilitate a machine parsable scanning of t
79
please use the following syntax to formally register a concern:
80
81
```
82
-@rfcbot concern reason-for-concern
+@rustbot concern reason-for-concern
83
84
<long description of the concern>
85
86
87
And the following syntax to lift a concern when resolved:
88
89
90
-@rfcbot resolve reason-for-concern
+@rustbot resolve reason-for-concern
91
92
93
MCPs can be seconded using:
94
95
96
-@rfcbot second
+@rustbot second
97
98
99
##### Who decides whether a concern is unresolved?
0 commit comments