Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vfs) Make
host_fs
and mem_fs
mutually exclusives.
This patch generates a compiler error if `host_fs` and `mem_fs` are both enabled at compile-time. It also generates a compiler error if none of them have been enabled.
- Loading branch information