We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8bdb9 commit 7bf0858Copy full SHA for 7bf0858
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 5601a6f534d4b64dc278899b758f82efcd935dd1
+refs/heads/master: 6c23e09454e994ba7b2d2d75ca73a163e0fff998
trunk/src/comp/metadata/tyencode.rs
@@ -10,6 +10,13 @@ import middle::ty;
10
import pretty::ppaux::lit_to_str;
11
import util::common;
12
13
+export ctxt;
14
+export ty_abbrev;
15
+export ac_no_abbrevs;
16
+export ac_use_abbrevs;
17
+export enc_ty;
18
+export ty_str;
19
+
20
type ctxt =
21
rec(fn(&def_id) -> str ds, // Def -> str Callback:
22
ty::ctxt tcx, // The type context.
0 commit comments