]> git.proxmox.com Git - rustc.git/blame - src/doc/book/listings/ch13-functional-features/no-listing-01-failing-cacher-test/output.txt
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / doc / book / listings / ch13-functional-features / no-listing-01-failing-cacher-test / output.txt
CommitLineData
74b04a01
XL
1$ cargo test
2 Compiling cacher v0.1.0 (file:///projects/cacher)
3 Finished test [unoptimized + debuginfo] target(s) in 0.72s
4 Running target/debug/deps/cacher-4116485fb32b3fff
5
6running 1 test
7test tests::call_with_different_values ... FAILED
8
9failures:
10
11---- tests::call_with_different_values stdout ----
12thread 'main' panicked at 'assertion failed: `(left == right)`
13 left: `1`,
14 right: `2`', src/lib.rs:43:9
fc512014 15note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
74b04a01
XL
16
17
18failures:
19 tests::call_with_different_values
20
6a06907d 21test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74b04a01
XL
22
23error: test failed, to rerun pass '--lib'