Rollup merge of #112158 - calebzulawski:cc, r=Mark-Simulacrum

Add portable-simd mention

Adds a triagebot message for portable-simd
This commit is contained in:
Matthias Krüger 2023-06-04 13:21:27 +02:00 committed by GitHub
commit 629a1e4419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -372,6 +372,14 @@ cc = ["@GuillaumeGomez"]
message = "Some changes might have occurred in exhaustiveness checking"
cc = ["@Nadrieril"]
[mentions."library/portable-simd"]
message = """
Portable SIMD is developed in its own repository. If possible, consider \
making this change to [rust-lang/portable-simd](https://github.com/rust-lang/portable-simd) \
instead.
"""
cc = ["@calebzulawski"]
[mentions."src/librustdoc/clean/types.rs"]
cc = ["@camelid"]