Home
last modified time | relevance | path

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

/third_party/rust/rust/src/bootstrap/
Dbuilder.rs138 struct StepDescription { struct
139 default: bool,
140 only_hosts: bool,
141 should_run: fn(ShouldRun<'_>) -> ShouldRun<'_>,
142 make_run: fn(RunConfig<'_>),
143 name: &'static str,
144 kind: Kind,
256 impl StepDescription { impl
257 fn from<S: Step>(kind: Kind) -> StepDescription { in from()
297 fn run(v: &[StepDescription], builder: &Builder<'_>, paths: &[PathBuf]) { in run()
[all …]