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

Pass the unadjusted type into the unsize_info function #18746

Merged
merged 1 commit into from
Nov 19, 2014

Conversation

nikomatsakis
Copy link
Contributor

Pass the unadjusted type into the unsize_info function, which seems to be what it expects. Fixes #17322.

r? @nick29581

Full disclosure: still running make check locally ;)

@@ -0,0 +1,10 @@
use std::io;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a license

@nrc
Copy link
Member

nrc commented Nov 17, 2014

r=me with the minor changes in comments

@nikomatsakis nikomatsakis force-pushed the issue-17322-unsized_ty branch from 2fa57e0 to ee9a7b6 Compare November 19, 2014 15:02
bors added a commit that referenced this pull request Nov 19, 2014
Pass the unadjusted type into the unsize_info function, which seems to be what it expects. Fixes #17322.

r? @nick29581 

Full disclosure: still running make check locally ;)
@bors bors closed this Nov 19, 2014
@bors bors merged commit ee9a7b6 into rust-lang:master Nov 19, 2014
@nikomatsakis nikomatsakis deleted the issue-17322-unsized_ty branch March 30, 2016 16:13
lnicola added a commit to lnicola/rust that referenced this pull request Dec 23, 2024
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.

ICE passing a trait object by reference
4 participants