Struct rustc::driver::config::Config[src]
pub struct Config {
pub os: Os,
pub arch: Architecture,
pub target_strs: t,
pub int_type: IntTy,
pub uint_type: UintTy,
}Fields
os | |
arch | |
target_strs | |
int_type | |
uint_type |
pub struct Config {
pub os: Os,
pub arch: Architecture,
pub target_strs: t,
pub int_type: IntTy,
pub uint_type: UintTy,
}os | |
arch | |
target_strs | |
int_type | |
uint_type |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).