summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/mismatched-braces/missing-close-brace-in-struct.stderr
blob: d01d9ed60e4112e6d880aacd6b12722d09f99ae5 (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 previous error