]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-ui/failed-doctest-missing-codes.stdout
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / rustdoc-ui / failed-doctest-missing-codes.stdout
CommitLineData
dc9dc135
XL
1
2running 1 test
17df50a5 3test $DIR/failed-doctest-missing-codes.rs - Foo (line 9) - compile fail ... FAILED
dc9dc135
XL
4
5failures:
6
fc512014 7---- $DIR/failed-doctest-missing-codes.rs - Foo (line 9) stdout ----
dc9dc135 8error[E0308]: mismatched types
fc512014 9 --> $DIR/failed-doctest-missing-codes.rs:10:13
e74abb32
XL
10 |
11LL | let x: () = 5i32;
60c5eb7d
XL
12 | -- ^^^^ expected `()`, found `i32`
13 | |
14 | expected due to this
dc9dc135
XL
15
16error: aborting due to previous error
17
18For more information about this error, try `rustc --explain E0308`.
19Some expected error codes were not found: ["E0004"]
20
21failures:
fc512014 22 $DIR/failed-doctest-missing-codes.rs - Foo (line 9)
dc9dc135 23
fc512014 24test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
dc9dc135 25