mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
c5e283b0d2
feat: Use annotate-snippets by default on nightly This PR switches the default renderer to use `annotate-snippets` on nightly, but does not affect stable. This is part of the ongoing effort to use `annotate-snippets` to render all diagnostics. [MCP](https://github.com/rust-lang/compiler-team/issues/937) Note: This contains the test change from rust-lang/rust#148004, without the change to the default emitter. rust-lang/rust#59346 rust-lang/rust-project-goals#123 r? `@davidtwco`