(options: Options)
| 31 | |
| 32 | impl LockBudCallbacks { |
| 33 | pub fn new(options: Options) -> Self { |
| 34 | Self { |
| 35 | options, |
| 36 | file_name: String::new(), |
| 37 | output_directory: PathBuf::default(), |
| 38 | test_run: false, |
| 39 | } |
| 40 | } |
| 41 | } |
| 42 | |
| 43 | impl rustc_driver::Callbacks for LockBudCallbacks { |
nothing calls this directly
no outgoing calls
no test coverage detected