]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/test-compile-fail3.stderr
Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez
[rust.git] / tests / 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`.