Home
last modified time | relevance | path

Searched defs:ToolBuild (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/bootstrap/
Dtool.rs23 struct ToolBuild { struct
24 compiler: Compiler,
25 target: TargetSelection,
26 tool: &'static str,
27 path: &'static str,
28 mode: Mode,
29 is_optional_tool: bool,
30 source_type: SourceType,
31 extra_features: Vec<String>,
33 allow_features: &'static str,
[all …]