Rollup merge of #151032 - main, r=Urgau

fix: added missing backtick in triagebot.toml

Adds the missing backtick (`) in triagebot.toml

cc: @Urgau
This commit is contained in:
Jonathan Brouwer 2026-01-13 09:01:35 +01:00 committed by GitHub
commit 2ad4bf2f74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1006,7 +1006,7 @@ cc = ["@fmease"]
[mentions."library/core/src/mem/type_info.rs"]
message = """
The reflection data structures are tied exactly to the implementation
in the compiler. Make sure to also adjust `rustc_const_eval/src/const_eval/type_info.rs
in the compiler. Make sure to also adjust `rustc_const_eval/src/const_eval/type_info.rs`
"""
cc = ["@oli-obk"]