diff options
| author | bors <bors@rust-lang.org> | 2024-09-27 11:06:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-09-27 11:06:21 +0000 |
| commit | 3f22f7def510adce36392a80b1dbdcb49812ee5e (patch) | |
| tree | d64e3c8e5ad011df17d158ab736849f39b4d6491 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp | |
| parent | 0d70f9f0dd77a16ffe0a1fc0672efd7603eb6cb8 (diff) | |
| parent | b204f48b5bb90ab8cb0083d2839e1d0ef4beaba6 (diff) | |
| download | rust-3f22f7def510adce36392a80b1dbdcb49812ee5e.tar.gz rust-3f22f7def510adce36392a80b1dbdcb49812ee5e.zip | |
Auto merge of #17923 - basvandriel:feature/build-before-restart-debug, r=Veykril
Building before a debugging session was restarted
# Background
Resolves #17901. It adds support for rebuilding after debugging a test was restarted. This means the test doesn't have to be aborted and manually re-ran again.
# How this is tested
First, all the Visual Studio Code extensions are loaded into an Extension Host window. Then, a sample test like below was ran and restarted to see if it was correctly rebuild.
```rust
#[test]
fn test_x() {
assert_eq!("1.1.1", "1.1.0");
}
```
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
