Skip to content

Instantly share code, notes, and snippets.

@XMPPwocky
Created February 24, 2015 17:03
Show Gist options
  • Select an option

  • Save XMPPwocky/df5824bdfd02a2a3e055 to your computer and use it in GitHub Desktop.

Select an option

Save XMPPwocky/df5824bdfd02a2a3e055 to your computer and use it in GitHub Desktop.
note: in expansion of #[derive]
ncollide_entities\inspection\repr.rs:6:1: 6:16 note: expansion site
ncollide_entities\shape\base_mesh.rs:17:33: 17:34 error: parameter `E` is never used
ncollide_entities\shape\base_mesh.rs:17 pub struct BaseMesh<N, P, V, I, E> {
^
ncollide_entities\shape\base_mesh.rs:17:33: 17:34 help: consider removing `E` or using a marker such as `core::marker::P
hantomData`
ncollide_entities\shape\base_mesh.rs:17 pub struct BaseMesh<N, P, V, I, E> {
^
ncollide_entities\inspection\repr.rs:59:16: 59:17 error: parameter `N` is never used
ncollide_entities\inspection\repr.rs:59 pub trait Repr<N, P, V, M>: Send + Sync {
^
ncollide_entities\inspection\repr.rs:59:16: 59:17 help: consider removing `N` or using a marker such as `core::marker::P
hantomFn`
ncollide_entities\inspection\repr.rs:59 pub trait Repr<N, P, V, M>: Send + Sync {
^
ncollide_entities\inspection\repr.rs:59:19: 59:20 error: parameter `P` is never used
ncollide_entities\inspection\repr.rs:59 pub trait Repr<N, P, V, M>: Send + Sync {
^
ncollide_entities\inspection\repr.rs:59:19: 59:20 help: consider removing `P` or using a marker such as `core::marker::P
hantomFn`
ncollide_entities\inspection\repr.rs:59 pub trait Repr<N, P, V, M>: Send + Sync {
^
ncollide_entities\inspection\repr.rs:59:22: 59:23 error: parameter `V` is never used
ncollide_entities\inspection\repr.rs:59 pub trait Repr<N, P, V, M>: Send + Sync {
^
ncollide_entities\inspection\repr.rs:59:22: 59:23 help: consider removing `V` or using a marker such as `core::marker::P
hantomFn`
ncollide_entities\inspection\repr.rs:59 pub trait Repr<N, P, V, M>: Send + Sync {
^
ncollide_entities\inspection\repr.rs:59:25: 59:26 error: parameter `M` is never used
ncollide_entities\inspection\repr.rs:59 pub trait Repr<N, P, V, M>: Send + Sync {
^
ncollide_entities\inspection\repr.rs:59:25: 59:26 help: consider removing `M` or using a marker such as `core::marker::P
hantomFn`
ncollide_entities\inspection\repr.rs:59 pub trait Repr<N, P, V, M>: Send + Sync {
^
error: aborting due to 6 previous errors
Could not compile `ncollide_procedural`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment