Skip to content

Commit b6a2d84

Browse files
committed
Re-enable the proc-macro repr(packed) ICE test under the parallel front-end
This test was marked ignore-parallel-frontend because the panic-time query stack collection could nondeterministically print a "Failed to collect active jobs" warning. With that warning lowered to debug! the ICE output is stable across runs, so replace the directive with a blank line rather than deleting it. The expected stderr is unchanged because the line numbers stay the same.
1 parent 2a52dc4 commit b6a2d84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ui/resolve/proc_macro_generated_packed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! This test ICEs because the `repr(packed)` attribute
22
//! was generated by a proc macro, so `#[derive]` didn't see it.
3-
//@ ignore-parallel-frontend failed to collect active jobs
3+
44
//@proc-macro: proc_macro_generate_packed.rs
55
//@known-bug: #120873
66
//@ failure-status: 101

0 commit comments

Comments
 (0)