summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/mismatched-braces/missing-close-brace-in-trait.stderr
blob: 7418dd64c9e9148c9c8be1000c992f7481cfd795 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: this file contains an unclosed delimiter
  --> $DIR/missing-close-brace-in-trait.rs:11:65
   |
LL | trait T {
   |         - unclosed delimiter
...
LL | fn main() {}
   |                                                                 ^

error: aborting due to previous error