Struct rustc::session::config::Config
[−]
[src]
pub struct Config { pub target: Target, pub int_type: IntTy, pub uint_type: UintTy, }
Unstable (
rustc_private
)Fields
target: Target
Unstable (
rustc_private
)int_type: IntTy
Unstable (
rustc_private
)uint_type: UintTy
Unstable (
rustc_private
)