mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 06:06:57 +00:00
Consistently use 'supertrait'. A subset of places referred to 'super-trait', so this changes them to all use 'supertrait'. This matches 'supertype' and some other usages. An exception is 'auto-trait' which is consistently used in that manner.
For more information about how rustc works, see the rustc dev guide.