Using a moved object
Using a moved object may lead to an unexpected/undefined behavior. An object is used after it's moved.
/src/mongo/executor/connection_pool.cpp:523: USE_AFTER_MOVE 122738 "options" is moved (indicated by "std::move(options)").
/src/mongo/executor/connection_pool.cpp:525: USE_AFTER_MOVE 122738 "options" is used after it has been already moved.