Closed
Description
Trailing commas are an easy mistake to make, especially in a language like Rust where they are often accepted. Erroneously adding a trailing comma to assert_eq!
triggers the error message "requires at least a format string argument", which is confusing and leads the user to think (incorrectly) that they need to add some kind of format string. Example.
Metadata
Metadata
Assignees
Labels
No labels