]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-ui/unparseable-doc-test.stdout
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / src / test / rustdoc-ui / unparseable-doc-test.stdout
CommitLineData
48663c56
XL
1
2running 1 test
3test $DIR/unparseable-doc-test.rs - foo (line 6) ... FAILED
4
5failures:
6
7---- $DIR/unparseable-doc-test.rs - foo (line 6) stdout ----
f035d41b 8error[E0765]: unterminated double quote string
e74abb32
XL
9 --> $DIR/unparseable-doc-test.rs:8:1
10 |
11LL | "unterminated
12 | ^^^^^^^^^^^^^
48663c56
XL
13
14error: aborting due to previous error
15
f035d41b 16For more information about this error, try `rustc --explain E0765`.
dc9dc135 17Couldn't compile the test.
48663c56
XL
18
19failures:
20 $DIR/unparseable-doc-test.rs - foo (line 6)
21
22test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out
23