Skip to content

fix: used to use the message as the format in tarantool::set_error!

Georgy Moshkin requested to merge gmoshkin/set_error-format-string-bug into master

Summary

  • fix: used to use the message as the format in tarantool::set_error!

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files

Merge request reports