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