Skip to content

Commit d9b56ec

Browse files
committed
rustc: Limit creader exports
1 parent ab98f16 commit d9b56ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/comp/front/creader.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ import std::option::some;
3131
import std::os;
3232
import std::map::hashmap;
3333

34+
export get_symbol;
35+
export get_tag_variants;
36+
export get_type;
37+
export read_crates;
38+
export lookup_defs;
39+
export get_type;
40+
export list_file_metadata;
3441

3542
// Type decoding
3643

0 commit comments

Comments
 (0)