Open asomers opened 2 months ago
@asomers can you explain why you would need this change?
@asomers can you explain why you would need this change?
Because this is an error that can result from misconfiguration rather than a programming bug, and a properly formatted error message is more readable than a stack trace.
Filesystem::new will now return an error if it can't open the root directory. However, ServerExt::with_fs will still panic because the ServerBuilder is required to be infalliable.