mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
06cd823158
Currently type variables that impl `QueryCache` are called either `C` or `Cache`. I find the former clearer because single char type variables names are very common and longer type variable names are easy to mistake for type or trait names -- e.g. I find the trait bound `C: QueryCache` much easier and faster to read than `Cache: QueryCache`.