Skip to content

Can't export an imported type in a .rs file referred to by a .rc #161

@pcwalton

Description

@pcwalton

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions