about summary refs log tree commit diff
path: root/tests/ui/parser/mismatched-braces/missing-close-brace-in-struct.stderr
blob: 603aee02ad6b0451811b1fe94cbbb04e1b17e3e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: this file contains an unclosed delimiter
  --> $DIR/missing-close-brace-in-struct.rs:13:65
   |
LL | pub(crate) struct Bar<T> {
   |                          - unclosed delimiter
...
LL | fn main() {}
   |                                                                ^

error: aborting due to 1 previous error