assert_eq! names its parameters "left" and "right" and doesn't seem to designate which one is expected and which is actual.
However, when a test is run from RustRover, the IDE is apparently opinionated and currently expects the "right" to be "the expected" (see screenshot below).
Let's decide whether we as the project want to care about this. Currently, the code varies: example 1, example 2.
Some RustRover references