We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb00c85 commit 25ca6c5Copy full SHA for 25ca6c5
src/serialization.md
@@ -109,7 +109,7 @@ and `Encodable`.
109
only allow decoding by [`rustc_metadata::rmeta::encoder::EncodeContext`] and
110
[`rustc_metadata::rmeta::decoder::DecodeContext`]. These are used for types
111
that contain `rustc_metadata::rmeta::Lazy`.
112
-- `TyEncodable` and `TyDecoder` generate implementation that apply to any
+- `TyEncodable` and `TyDecodable` generate implementation that apply to any
113
`TyEncoder` or `TyDecoder`. These should be used for types that are only
114
serialized in crate metadata and/or the incremental cache, which is most
115
serializable types in `rustc_middle`.
0 commit comments