P0088 Io Panics

Io

io.append_file() cannot append to a directory

When this occurs

This error is triggered when: io.append_file() cannot append to a directory

Example error message

error[P0088]: io.append_file() cannot append to a directory

How to fix

Review the error message and check your code at the indicated location. The message describes what went wrong — fix the underlying issue it identifies.

Related errors

No related errors.