mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
4b10cb20bc
Rename `Inherited` -> `TypeckRootCtxt` `Inherited` is a confusing name. Rename it to `TypeckRootCtxt`. I don't think this needs a type MCP or anything since it's not nearly as pervasive as `FnCtxt` , for example. r? `@lcnr` `@oli-obk`