Keep track of the full parsed library in CrateTypes
authorMatt Corallo <git@bluematt.me>
Mon, 12 Apr 2021 18:34:58 +0000 (14:34 -0400)
committerMatt Corallo <git@bluematt.me>
Mon, 12 Apr 2021 21:20:53 +0000 (17:20 -0400)
This also moves CrateTypes to interrior mutable, as we pass around
references to it, which are ultimately mutable, but only to add
information about generic mapped types the first time we use them.


No differences found