You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/handlers/major_change.rs
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -264,6 +264,27 @@ async fn handle(
264
264
procedural comments, such as volunteering to review, indicating that you \
265
265
second the proposal (or third, etc), or raising a concern that you would \
266
266
like to be addressed. \
267
+
\n\n\
268
+
Concerns or objections to the proposal should be discussed on Zulip and formally registered \
269
+
here by adding a comment with the following syntax: \
270
+
\n\
271
+
``` \
272
+
\n\
273
+
@rustbot concern reason-for-concern \
274
+
\n\
275
+
<description of the concern> \
276
+
\n\
277
+
``` \
278
+
\n\
279
+
Concerns can be lifted with: \
280
+
\n\
281
+
``` \
282
+
\n\
283
+
@rustbot resolve reason-for-concern \
284
+
\n\
285
+
``` \
286
+
\n\n\
287
+
See documentation at [https://forge.rust-lang.org](https://forge.rust-lang.org/compiler/mcp.html#what-kinds-of-comments-should-go-on-the-tracking-issue-in-compiler-team-repo) \
0 commit comments