We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf6112 commit 5d2c189Copy full SHA for 5d2c189
src/comp/metadata/tydecode.rs
@@ -16,10 +16,9 @@ import util::common::a_bang;
16
export parse_def_id;
17
export parse_ty_data;
18
19
-// Compact string representation for ty::t values. API ty_str & parse_from_str
20
-// (The second has to be authed pure.) Extra parameters are for converting
21
-// to/from def_ids in the data buffer. Whatever format you choose should not
22
-// contain pipe characters.
+// Compact string representation for ty::t values. API ty_str &
+// parse_from_str. Extra parameters are for converting to/from def_ids in the
+// data buffer. Whatever format you choose should not contain pipe characters.
23
24
// Callback to translate defs to strs or back:
25
type str_def = fn(str) -> ast::def_id ;
0 commit comments