(&self)
| 32 | |
| 33 | impl IsleCompilation { |
| 34 | pub fn inputs(&self) -> Vec<std::path::PathBuf> { |
| 35 | self.inputs |
| 36 | .iter() |
| 37 | .chain(self.untracked_inputs.iter()) |
| 38 | .cloned() |
| 39 | .collect() |
| 40 | } |
| 41 | } |
| 42 | |
| 43 | pub fn shared_isle_lower_paths(codegen_crate_dir: &std::path::Path) -> Vec<std::path::PathBuf> { |