]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/unparseable-doc-test.stdout
Auto merge of #61300 - indygreg:upgrade-cross-make, r=sanxiyn
[rust.git] / src / test / rustdoc-ui / unparseable-doc-test.stdout
1
2 running 1 test
3 test $DIR/unparseable-doc-test.rs - foo (line 6) ... FAILED
4
5 failures:
6
7 ---- $DIR/unparseable-doc-test.rs - foo (line 6) stdout ----
8 error: unterminated double quote string
9  --> $DIR/unparseable-doc-test.rs:8:1
10   |
11 2 | "unterminated
12   | ^^^^^^^^^^^^^
13
14 error: aborting due to previous error
15
16 Couldn't compile the test.
17
18 failures:
19     $DIR/unparseable-doc-test.rs - foo (line 6)
20
21 test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out
22