]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/unparseable-doc-test.stdout
Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=GuillaumeGomez
[rust.git] / tests / rustdoc-ui / unparseable-doc-test.stdout
1
2 running 1 test
3 test $DIR/unparseable-doc-test.rs - foo (line 7) ... FAILED
4
5 failures:
6
7 ---- $DIR/unparseable-doc-test.rs - foo (line 7) stdout ----
8 error[E0765]: unterminated double quote string
9   --> $DIR/unparseable-doc-test.rs:9:1
10    |
11 LL | "unterminated
12    | ^^^^^^^^^^^^^
13
14 error: aborting due to previous error
15
16 For more information about this error, try `rustc --explain E0765`.
17 Couldn't compile the test.
18
19 failures:
20     $DIR/unparseable-doc-test.rs - foo (line 7)
21
22 test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
23