-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Add four regression tests #26988
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
Add four regression tests #26988
Conversation
1757dac
to
0d326b5
Compare
@bors: r+ 0d326b50d490dbcac4a37f37a5791b3a23b3bc4f Thanks! |
⌛ Testing commit 0d326b5 with merge 9785dc5... |
💔 Test failed - auto-mac-64-opt |
0d326b5
to
a810880
Compare
Woops! The expected error message for 23595-1.rs was incorrect; I just fixed it |
@bors: r+ a8108802bd7516565bd55faa1300b62663419310 |
⌛ Testing commit a810880 with merge ab6d66e... |
💔 Test failed - auto-mac-64-opt |
a810880
to
28ff886
Compare
Cool, I had another typo. Hopefully it should be okay now, sorry about that |
@bors: r+ 28ff886 No worries! |
⌛ Testing commit 28ff886 with merge f71d988... |
💔 Test failed - auto-mac-64-opt |
I'm not sure what I'm doing wrong with the expected error. If anyone has insight please let me know. |
28ff886
to
7954096
Compare
I just learned from @bluss that when reporting multiple compile errors on a single line, one needs to incrementally add |
type ChildKey; | ||
type Children = Index<Self::ChildKey, Output=Hierarchy>; | ||
//~^ ERROR: the value of the associated type `ChildKey` | ||
//~^^ ERROR: the value of the associated type `Children` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can also use //~|
on this line i believe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ichton "body": null,
No description provided.