File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
compiler/rustc_middle/src/ty Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- // This module contains some shared code for encoding and decoding various
2- // things from the `ty` module, and in particular implements support for
3- // "shorthands" which allow to have pointers back into the already encoded
4- // stream instead of re-encoding the same thing twice.
5- //
6- // The functionality in here is shared between persisting to crate metadata and
7- // persisting to incr. comp. caches.
1+ //! This module contains some shared code for encoding and decoding various
2+ //! things from the `ty` module, and in particular implements support for
3+ //! "shorthands" which allow to have pointers back into the already encoded
4+ //! stream instead of re-encoding the same thing twice.
5+ //!
6+ //! The functionality in here is shared between persisting to crate metadata and
7+ //! persisting to incr. comp. caches.
88
99use crate :: arena:: ArenaAllocatable ;
1010use crate :: infer:: canonical:: { CanonicalVarInfo , CanonicalVarInfos } ;
You can’t perform that action at this time.
0 commit comments