/Applications/MAMP/htdocs/FireDBG.for.Rust.Internal/parser/tests/example-workspace/target/debug/examples/demo
(&self, workspace: &Workspace)
| 381 | |
| 382 | // /Applications/MAMP/htdocs/FireDBG.for.Rust.Internal/parser/tests/example-workspace/target/debug/examples/demo |
| 383 | pub fn get_example_path(&self, workspace: &Workspace) -> String { |
| 384 | let target_dir = &workspace.target_dir; |
| 385 | let example_name = &self.name; |
| 386 | format!("{target_dir}/debug/examples/{example_name}") |
| 387 | } |
| 388 | } |
| 389 | |
| 390 | fn parse_test_testcases(text: String) -> Vec<String> { |