export.rc: meta(name="export"); mod exportimpl; exportimpl.rs: import a.t; export t; mod a { export t; type t = int; } And when I compile: $ rustboot -shared export.rc Fatal error: exception Not_found