2020-01-03 07:40:15 -06:00
|
|
|
error: this file contains an unclosed delimiter
|
2020-02-22 01:16:39 -06:00
|
|
|
--> $DIR/missing-close-brace-in-impl-trait.rs:13:52
|
2019-10-25 20:30:02 -05:00
|
|
|
|
|
|
|
|
LL | impl T for () {
|
2020-01-03 07:40:15 -06:00
|
|
|
| - unclosed delimiter
|
2019-10-25 20:30:02 -05:00
|
|
|
...
|
|
|
|
LL |
|
2020-01-03 07:40:15 -06:00
|
|
|
| ^
|
2019-10-25 20:30:02 -05:00
|
|
|
|
2023-02-28 01:55:19 -06:00
|
|
|
error: aborting due to previous error
|
2019-10-25 20:30:02 -05:00
|
|
|
|