Created
February 24, 2015 17:03
-
-
Save XMPPwocky/df5824bdfd02a2a3e055 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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