-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Change xfail
directives in compiletests to ignore
, closes #11363
#12110
Conversation
Amazing work, thank you! While you're at it, do you want to tackle things like |
I've updated the commit and replaced all instances of |
|
||
// FIXME (Issue #2711): + should allow immutable or mutable vectors on | ||
// the right hand side in all cases. We are getting compiler errors | ||
// about this now, so I'm xfailing the test for now. -eholk | ||
// about this now, so I'm ignoreing the test for now. -eholk |
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.
Definitely not a big deal, but could you change this to 'ignoring'?
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.
Thanks, I've pushed an updated commit
I've pushed an updated version of the commit, which updates some tests with |
This is great, thanks for the work! |
Ah it seems a |
I've pushed an updated commit |
…onas-schievink feat: Make "inline type alias" work for `Self` Fixes rust-lang/rust-analyzer#12109
Patch for #11363