about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/debugger_visualizer.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-08-29 16:21:48 +0200
committerGitHub <noreply@github.com>2024-08-29 16:21:48 +0200
commit7dc2caba7b82034ba97bde68d4ffa39b7ab4fa92 (patch)
tree4e2a8984c27ae0fb22c9a827898a808b19a72010 /compiler/rustc_passes/src/debugger_visualizer.rs
parenta65404aba42fde1063d3f11f8cb4db0b8c20fce3 (diff)
parent65cb5deedb30773e8f3c76acc45eafbf3f0081a9 (diff)
downloadrust-7dc2caba7b82034ba97bde68d4ffa39b7ab4fa92.tar.gz
rust-7dc2caba7b82034ba97bde68d4ffa39b7ab4fa92.zip
Rollup merge of #129690 - Oneirical:run-make-tidbits, r=jieyouxu
Add `needs-unwind` compiletest directive to `libtest-thread-limit` and replace some `Path` with `path` in `run-make`

Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).

This PR does two things:

1. Add this to `libtest-thread-limit` ([Why?](https://github.com/rust-lang/rust/pull/128507#issuecomment-2315158014))
```
//@ needs-unwind
// Reason: this should be ignored in cg_clif (Cranelift) CI and anywhere
// else that uses panic=abort.
```

2. Use `path` instead of `Path` to simplify multiple run-make tests.
Diffstat (limited to 'compiler/rustc_passes/src/debugger_visualizer.rs')
0 files changed, 0 insertions, 0 deletions