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
Rollup merge of #98581 - ehuss:triagebot-mentions, r=Mark-Simulacrum
Add triagebot mentions.
This migrates the configuration of mentions from highfive to triagebot.
I also fixed a few broken paths (error_codes.rs src/librustdoc/html/static/themes src/librustdoc/html/static/themes/ayu.css).
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)
267
+
if you haven't already. If you're unsure where your change falls no worries,
268
+
just leave it as is and the reviewer will take a look and make a decision to
269
+
forward on if necessary.
270
+
271
+
Examples of `T-libs-api` changes:
272
+
273
+
* Stabilizing library features
274
+
* Introducing insta-stable changes such as new implementations of existing
275
+
stable traits on existing stable types
276
+
* Introducing new or changing existing unstable library APIs (excluding
277
+
permanently unstable features / features without a tracking issue)
278
+
* Changing public documentation in ways that create new stability guarantees
279
+
* Changing observable runtime behavior of library APIs
0 commit comments