mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
cca0f97985
Merge query property modules into one This merges all the query modules that defines types into a single module per query with a normal naming convention for type aliases. r? ``@cjgillot``