|
140 | 140 | "src/doc": ["docs"],
|
141 | 141 | "src/doc/rustdoc": ["rustdoc"]
|
142 | 142 | },
|
143 |
| - "mentions": { |
144 |
| - "src/rustdoc-json-types": { |
145 |
| - "message": "rustdoc-json-types is a **public** (although nightly-only) API. If possible, consider changing `src/librustdoc/json/conversions.rs`; otherwise, make sure you bump the `FORMAT_VERSION` constant.", |
146 |
| - "reviewers": ["@CraftSpider", "@aDotInTheVoid"] |
147 |
| - }, |
148 |
| - "src/librustdoc/clean/types.rs": { |
149 |
| - "message": "Some changes occurred in `clean/types.rs`.", |
150 |
| - "reviewers": ["@camelid"] |
151 |
| - }, |
152 |
| - "src/librustdoc/html/static": { |
153 |
| - "message": "Some changes occurred in HTML/CSS/JS.", |
154 |
| - "reviewers": ["@GuillaumeGomez", "@Folyd", "@jsha"] |
155 |
| - }, |
156 |
| - "src/librustdoc/html/static/themes": { |
157 |
| - "message": "Some changes occurred in HTML/CSS themes.", |
158 |
| - "reviewers": ["@GuillaumeGomez"] |
159 |
| - }, |
160 |
| - "src/librustdoc/html/static/themes/ayu.css": { |
161 |
| - "message": "A change occurred in the Ayu theme.", |
162 |
| - "reviewers": ["@Cldfire"] |
163 |
| - }, |
164 |
| - "error_codes.rs": { |
165 |
| - "message": "Some changes occurred in diagnostic error codes", |
166 |
| - "reviewers": ["@GuillaumeGomez"] |
167 |
| - }, |
168 |
| - "src/tools/cargo": { |
169 |
| - "message": "Updates src/tools/cargo.", |
170 |
| - "reviewers": ["@ehuss"] |
171 |
| - }, |
172 |
| - "compiler/rustc_apfloat": { |
173 |
| - "message": "Changes rustc_apfloat. rustc_apfloat is currently in limbo and you almost certainly don't want to change it (see #55993).", |
174 |
| - "reviewers": ["@eddyb"] |
175 |
| - }, |
176 |
| - "compiler/rustc_codegen_cranelift": { |
177 |
| - "message": "Some changes occured to rustc_codegen_cranelift", |
178 |
| - "reviewers": ["@bjorn3"] |
179 |
| - }, |
180 |
| - "compiler/rustc_codegen_gcc": { |
181 |
| - "message": "Some changes occured to rustc_codegen_gcc", |
182 |
| - "reviewers": ["@antoyo"] |
183 |
| - }, |
184 |
| - "src/tools/rustfmt": { |
185 |
| - "message": "Some changes occurred in src/tools/rustfmt.", |
186 |
| - "reviewers": ["@rust-lang/rustfmt"] |
187 |
| - }, |
188 |
| - "src/tools/clippy": { |
189 |
| - "message": "Some changes occurred in src/tools/clippy.", |
190 |
| - "reviewers": ["@rust-lang/clippy"] |
191 |
| - }, |
192 |
| - "compiler/rustc_const_eval/src/interpret": { |
193 |
| - "message": "Some changes occured to the CTFE / Miri engine", |
194 |
| - "reviewers": ["@rust-lang/miri"] |
195 |
| - }, |
196 |
| - "compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs": { |
197 |
| - "message": "Some changes occured in need_type_info.rs", |
198 |
| - "reviewers": ["@lcnr"] |
199 |
| - }, |
200 |
| - "compiler/rustc_trait_selection/src/traits/const_evaluatable.rs": { |
201 |
| - "message": "Some changes occured in const_evaluatable.rs", |
202 |
| - "reviewers": ["@lcnr"] |
203 |
| - }, |
204 |
| - "compiler/rustc_middle/src/mir/interpret": { |
205 |
| - "message": "Some changes occured to the CTFE / Miri engine", |
206 |
| - "reviewers": ["@rust-lang/miri"] |
207 |
| - }, |
208 |
| - "src/tools/miri": { |
209 |
| - "message": "Some changes occured to the Miri submodule", |
210 |
| - "reviewers": ["@rust-lang/miri"] |
211 |
| - }, |
212 |
| - "compiler/rustc_mir_transform/src/": { |
213 |
| - "message": "Some changes occured to MIR optimizations", |
214 |
| - "reviewers": ["@rust-lang/mir-opt"] |
215 |
| - }, |
216 |
| - "library": { |
217 |
| - "message": "Hey! It looks like you've submitted a new PR for the library teams!\n\nIf this PR contains changes to any `rust-lang/rust` public library APIs then please comment with `@rustbot label +T-libs-api -T-libs` to tag it appropriately. If this PR contains changes to any unstable APIs please edit the PR description to add a link to the relevant [API Change Proposal](https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html) or [create one](https://github.com/rust-lang/libs-team/issues/new?assignees=&labels=api-change-proposal%2C+T-libs-api&template=api-change-proposal.md&title=%28My+API+Change+Proposal%29) if you haven't already. If you're unsure where your change falls no worries, just leave it as is and the reviewer will take a look and make a decision to forward on if necessary.\n\nExamples of `T-libs-api` changes:\n\n* Stabilizing library features\n* Introducing insta-stable changes such as new implementations of existing stable traits on existing stable types\n* Introducing new or changing existing unstable library APIs (excluding permanently unstable features / features without a tracking issue)\n* Changing public documentation in ways that create new stability guarantees\n* Changing observable runtime behavior of library APIs", |
218 |
| - "reviewers": [] |
219 |
| - } |
220 |
| - }, |
221 | 143 | "new_pr_labels": ["S-waiting-on-review"]
|
222 | 144 | }
|
0 commit comments