Merge pull request #2511 from ffengyu/errata
Mistake in section serialization in rustc
This commit is contained in:
commit
de3578a477
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ impl<D: Decoder> Decodable<D> for MyStruct {
|
|||
|
||||
rustc has a lot of [arena allocated types].
|
||||
Deserializing these types isn't possible without access to the arena that they need to be allocated on.
|
||||
The [`TyDecoder`] and [`TyEncoder`] traits are supertraits of [`Decoder`] and [`Encoder`] that allow access to a [`TyCtxt`].
|
||||
The [`TyDecoder`] and [`TyEncoder`] traits are subtraits of [`Decoder`] and [`Encoder`] that allow access to a [`TyCtxt`].
|
||||
|
||||
Types which contain `arena` allocated types can then bound the type parameter of their
|
||||
[`Encodable`] and [`Decodable`] implementations with these traits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue