Skip to content

Commit 81ba1a1

Browse files
apirainoMark-Simulacrum
authored andcommitted
Try to formalize the "concern" syntax for MCPs
1 parent a00d34b commit 81ba1a1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/compiler/mcp.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,19 @@ The compiler-team repo issues are intended to be low traffic and used for proced
133133

134134
## How does one register as reviewer, register approval, or raise an objection?
135135

136-
These types of procedural comments can be left on the issue (it's also good to leave a message in Zulip). See the previous section.
136+
These types of procedural comments can be left on the issue (it's also good to leave a message in Zulip). See the
137+
previous section. To facilitate a machine parsable scanning of the concerns please use the following syntax to formally
138+
register a concern:
139+
```
140+
@rustbot concern reason-for-concern
141+
142+
<long description of the concern>
143+
```
144+
145+
And the following syntax to lift a concern when resolved:
146+
```
147+
@rustbot resolve reason-for-concern
148+
```
137149

138150
## Who decides whether a concern is unresolved?
139151

0 commit comments

Comments
 (0)