2020-01-03 08:40:15 -05:00
|
|
|
error: this file contains an unclosed delimiter
|
2020-02-22 08:16:39 +01:00
|
|
|
--> $DIR/missing-close-brace-in-impl-trait.rs:13:52
|
2019-10-25 18:30:02 -07:00
|
|
|
|
|
|
|
|
|
LL | impl T for () {
|
2020-01-03 08:40:15 -05:00
|
|
|
| - unclosed delimiter
|
2019-10-25 18:30:02 -07:00
|
|
|
...
|
|
|
|
|
LL |
|
2024-07-09 17:00:19 +00:00
|
|
|
| ^
|
2019-10-25 18:30:02 -07:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-10-25 18:30:02 -07:00
|
|
|
|