/Applications/MAMP/htdocs/FireDBG.for.Rust.Internal/parser/tests/example-workspace/target/debug/main-one
(&self, workspace: &Workspace)
| 274 | |
| 275 | // /Applications/MAMP/htdocs/FireDBG.for.Rust.Internal/parser/tests/example-workspace/target/debug/main-one |
| 276 | pub fn get_binary_path(&self, workspace: &Workspace) -> String { |
| 277 | let target_dir = &workspace.target_dir; |
| 278 | let binary_name = &self.name; |
| 279 | format!("{target_dir}/debug/{binary_name}") |
| 280 | } |
| 281 | } |
| 282 | |
| 283 | impl Test { |