]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/test-compile-fail3.stderr
Rollup merge of #95449 - jyn514:doc-stage-0, r=ehuss
[rust.git] / src / test / rustdoc-ui / test-compile-fail3.stderr
1 error[E0765]: unterminated double quote string
2  --> $DIR/test-compile-fail3.rs:3:1
3   |
4 3 | "fail
5   | ^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0765`.