Auto merge of #103605 - ehuss:mentions-spec, r=Mark-Simulacrum · rust-lang/rust@44fcfb0 (original) (raw)

Original file line number Diff line number Diff line change
@@ -422,6 +422,12 @@ cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
422 422 message = "`rustc_macros::diagnostics` was changed"
423 423 cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
424 424
425 +[mentions."compiler/rustc_target/src/spec"]
426 +message = """
427 +These commits modify **compiler targets**.
428 +(See the [Target Tier Policy](https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html).)
429 +"""
430 +
425 431 [assign]
426 432 warn_non_default_branch = true
427 433 contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"