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

Address the typemap warning #107

Closed
estk opened this issue Nov 29, 2019 · 4 comments
Closed

Address the typemap warning #107

estk opened this issue Nov 29, 2019 · 4 comments
Labels
blocked Blocked by an external dependency

Comments

@estk
Copy link
Owner

estk commented Nov 29, 2019

warning: the trait `typemap::CloneAny` cannot be made into an object
  |
  = note: `#[warn(where_clauses_object_safety)]` on by default
  = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  = note: for more information, see issue #51443 <https://github.com/rust-lang/rust/issues/51443>
  = note: method `clone_any_send` references the `Self` type in where clauses
@calvinbrown085
Copy link
Contributor

@estk Where is the code associated with these warnings?

@estk
Copy link
Owner Author

estk commented Dec 10, 2019

@calvinbrown085 I get the warning on the first line of src/lib, it is from the typemap crate. However, after a bit more research, it seems that maybe this warning will go away at some point..

See:
reem/rust-typemap#44
rust-lang/rust#51443

@estk estk closed this as completed Jan 28, 2020
@estk estk added blocked Blocked by an external dependency wontfix labels Jan 29, 2020
@estk estk reopened this Jan 29, 2020
@estk
Copy link
Owner Author

estk commented Mar 12, 2020

@estk estk removed the wontfix label Mar 12, 2020
@estk
Copy link
Owner Author

estk commented Mar 30, 2021

I dont see this error anymore

@estk estk closed this as completed Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked by an external dependency
Projects
None yet
Development

No branches or pull requests

2 participants