Enum rustc_trans::session::config::InputUnstable
[-] [+]
[src]
pub enum Input {
File(PathBuf),
Str(String),
}Variants
File | Load source from file |
Str | The string is the source |