]> git.lizzy.rs Git - rust.git/blob - tests/ui/test-attrs/test-thread-capture.run.stdout
Auto merge of #105650 - cassaundra:float-literal-suggestion, r=pnkfelix
[rust.git] / tests / ui / test-attrs / test-thread-capture.run.stdout
1
2 running 2 tests
3 test thready_fail ... FAILED
4 test thready_pass ... ok
5
6 failures:
7
8 ---- thready_fail stdout ----
9 fee
10 fie
11 foe
12 fum
13 thread 'thready_fail' panicked at 'explicit panic', $DIR/test-thread-capture.rs:32:5
14 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
15
16
17 failures:
18     thready_fail
19
20 test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
21