1
2running 1 test
3test $DIR/unparseable-doc-test.rs - foo (line 7) ... FAILED
4
5failures:
6
7---- $DIR/unparseable-doc-test.rs - foo (line 7) stdout ----
8error[E0765]: unterminated double quote string
9  --> $DIR/unparseable-doc-test.rs:9:1
10   |
11LL | "unterminated
12   | ^^^^^^^^^^^^^
13
14error: aborting due to previous error
15
16For more information about this error, try `rustc --explain E0765`.
17Couldn't compile the test.
18
19failures:
20    $DIR/unparseable-doc-test.rs - foo (line 7)
21
22test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
23
24