Skip to content
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

don't refer to the nonexistant gc #18093

Merged
merged 1 commit into from
Oct 17, 2014

Conversation

steveklabnik
Copy link
Member

No description provided.

bors added a commit that referenced this pull request Oct 17, 2014
@bors bors closed this Oct 17, 2014
@bors bors merged commit f68d4d3 into rust-lang:master Oct 17, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Sep 25, 2024
…k, r=Veykril

Skip checks for cast to dyn traits

It seems that chalk fails to solve some obvious goals when there are some recursiveness in trait environments.
And it doesn't support trait upcasting yet. rust-lang/chalk#796

This PR just skips for casting into types containing `dyn Trait` to prevent false positive diagnostics like rust-lang#18047 and rust-lang#18083
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants