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

trait core::marker::Reflect is not implemented for the type T #71

Closed
johalun opened this issue Apr 1, 2015 · 1 comment · Fixed by #76
Closed

trait core::marker::Reflect is not implemented for the type T #71

johalun opened this issue Apr 1, 2015 · 1 comment · Fixed by #76

Comments

@johalun
Copy link

johalun commented Apr 1, 2015

Hi

I get this error when building nphysics with
[a@JMBA-DEV nphysics]$ cargo --version
cargo 0.0.1-pre-nightly (72f2af1 2015-03-29) (built 2015-03-29)
[a@JMBA-DEV nphysics]$ rustc --version
rustc 1.0.0-dev (d8be84eb4 2015-03-29) (built 2015-03-30)

Compiling ncollide_utils v0.1.0 (https://github.com/sebcrozet/ncollide#70b20217)
/home/mirama/.cargo/git/checkouts/ncollide-7d59428b74aca038/master/ncollide_utils/any_private.rs:13:9: 13:24 error: the trait core::marker::Reflect is not implemented for the type T [E0277]
/home/mirama/.cargo/git/checkouts/ncollide-7d59428b74aca038/master/ncollide_utils/any_private.rs:13 TypeId::of::()
^~~~~~~~~~~~~~~
error: aborting due to previous error
Could not compile ncollide_utils.

@sebcrozet
Copy link
Member

Hi. I’m unable to reproduce your bug as the current version of rustc ICEs when it tries to compile the library.

I’ll come back to this issue as soon as #72 is fixed.

sebcrozet added a commit that referenced this issue May 25, 2015
Fix #74
Fix #72
Fix #71
Closes 75
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 a pull request may close this issue.

2 participants