Skip to content

Conversation

edwardw
Copy link
Contributor

@edwardw edwardw commented Jun 23, 2014

The #14869 removed TraitStore from ty_trait and represented trait
reference as regular ty_rptr. An old bug of the missing constraint
upon lifetime parameter of trait reference then is fixed as a side
effect. Adds tests for affected bugs and closes them.

Closes #12470.
Closes #14285.

The rust-lang#14869 removed `TraitStore` from `ty_trait` and represented trait
reference as regular `ty_rptr`. An old bug of the missing constraint
upon lifetime parameter of trait reference then is fixed as a side
effect. Adds tests for affected bugs and closes them.

Closes rust-lang#12470.
Closes rust-lang#14285.
@edwardw edwardw deleted the trait-ref-region branch June 25, 2014 05:10
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 17, 2023
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.

Trait object allowed to escape its lifetime It is possible to call object member function after object had been dropped

2 participants