mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
413790186c
Warn on bare_trait_objects by default The `bare_trait_objects` lint is set to `warn` by default. Most ui tests have been updated to use `dyn` to avoid creating noise in stderr files. r? @Centril cc #54910