iroha
iroha copied to clipboard
forgot to call `ConfigReader::finish()`, didn't you?
in Config::load
every early exit with ?
will produce this error because Config
is dropped. It can be most easily reproduced if you send into Config::load
name of a file that doesn't exist. If there are other constructors, they will suffer from the same issue.