]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/unparseable-doc-test.stdout
Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb
[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 LL | "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