summary refs log tree commit diff
path: root/src/test/rustdoc-ui/test-compile-fail3.stderr
blob: 7a2f1815ed8e5ac61ae68b4e9c4466cf52c40033 (plain)
1
2
3
4
5
6
7
8
error: unterminated double quote string
 --> $DIR/test-compile-fail3.rs:3:1
  |
3 | "fail
  | ^^^^^^

error: aborting due to previous error