-
Notifications
You must be signed in to change notification settings - Fork 13.4k
assert_eq! message format (take 2) #111030
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 7 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
a319d02
optimize panic message format in assert_eq macro
MakitaToki c95dd49
align colons in assert_failed_inner
MakitaToki 9a3aca6
change message format in 'assert_failed_inner' function
MakitaToki af31311
delete trailing whitespaces
cdfe6b5
stringify original tokens in related macros
MakitaToki 8348b5a
clean up output format
MakitaToki 68d25de
Address review comments
nyurik 55d21c1
handle multiline panics, some tests
nyurik 025f22f
Output cleanup, fix tests, handle match assert
nyurik 9938a7e
mir bless, fmt fix
nyurik 3a39a74
Add a var test, make all tests bless-able
nyurik d2fcd41
Try to fix clippy lints, reorder new args to the end
nyurik b0549f1
remove extra brackets, better var test
nyurik a2d6f73
fix mir tests
nyurik dd6b37a
try to improve compilation performance
nyurik e785f8b
remove unused AssertKind
nyurik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.