Files
rust/compiler
Jonathan Brouwer dc3bdafaaf Rollup merge of #156752 - 42triangles:fix-dyn-trait-descr, r=oli-obk
fix E0371 description

This changes the `impl`s to be `impl {Trait} for dyn {Trait}` instead of just `impl {Trait} for {Trait}` in the description of E0371.

(While this was not part of "Crafting errors like rustc" workshop at RustWeek by @jdonszelmann and @estebank, I found this while going through all errors Rust emits to pick a favourite)
2026-05-26 13:42:16 +02:00
..
2026-05-04 16:28:58 +00:00
2026-05-20 11:44:04 +02:00
2026-05-04 16:28:58 +00:00
2026-05-22 19:40:22 +09:00
2026-05-11 21:32:42 +02:00
2026-05-12 21:58:50 +02:00
2026-05-24 17:33:46 +09:00
2026-05-22 12:36:19 +03:00
2026-05-12 21:58:50 +02:00
2026-04-08 21:09:07 +02:00