Skip to content

Update and fix MCPs commands #869

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/compiler/proposals-and-stabilization.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,21 @@ Zulip). See the previous section. To facilitate a machine parsable scanning of t
please use the following syntax to formally register a concern:

```
@rfcbot concern reason-for-concern
@rustbot concern reason-for-concern

<long description of the concern>
```

And the following syntax to lift a concern when resolved:

```
@rfcbot resolve reason-for-concern
@rustbot resolve reason-for-concern
```

MCPs can be seconded using:

```
@rfcbot second
@rustbot second
```

##### Who decides whether a concern is unresolved?
Expand Down