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/db/query/ce/scalar_histogram.cpp:77: USE_AFTER_MOVE 127653 "buckets" is moved (indicated by "std::move(buckets)").
/src/mongo/db/query/ce/scalar_histogram.cpp:78: USE_AFTER_MOVE 127653 "buckets" is used after it has been already moved.