Skip to content

Commit 9aafd84

Browse files
committed
CI HACK: Truncate compile-fail stderr to match broken CI runs
https://github.com/erickt/rust-zmq/actions/runs/12294855109/job/34310502917
1 parent 05404ba commit 9aafd84

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/compile-fail/socket-thread-unsafe.stderr

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,3 @@ note: required because it's used within this closure
2323
| ^^^^^^^
2424
note: required by a bound in `spawn`
2525
--> $RUST/std/src/thread/mod.rs
26-
|
27-
| pub fn spawn<F, T>(f: F) -> JoinHandle<T>
28-
| ----- required by a bound in this function
29-
...
30-
| F: Send + 'static,
31-
| ^^^^ required by this bound in `spawn`

0 commit comments

Comments
 (0)