rustc: Limit creader exports
This commit is contained in:
parent
ab98f16373
commit
d9b56ec2ea
1 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,13 @@ import std::option::some;
|
||||||
import std::os;
|
import std::os;
|
||||||
import std::map::hashmap;
|
import std::map::hashmap;
|
||||||
|
|
||||||
|
export get_symbol;
|
||||||
|
export get_tag_variants;
|
||||||
|
export get_type;
|
||||||
|
export read_crates;
|
||||||
|
export lookup_defs;
|
||||||
|
export get_type;
|
||||||
|
export list_file_metadata;
|
||||||
|
|
||||||
// Type decoding
|
// Type decoding
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue