# Pinned to an exact stable release (not the floating `stable` channel).
# trybuild compile-fail `.stderr` fixtures match rustc's diagnostic
# output byte-for-byte; a floating channel silently re-rendered those
# diagnostics on each stable release (e.g. the E0599 note format changed
# in 1.96) and broke CI with no source change. Pinning makes toolchain
# updates an intentional, reviewable PR (Renovate opens one; see
# renovate.json) where the `.stderr` snapshots are re-blessed together.
[]
= "1.97.1"
= ["rustfmt", "clippy", "rust-src"]
= "default"