You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to cause compile error when gfx is imported in parent module. use $crate imports gfx, then it is imported once more with use super::*. Just my guess.
We used to get that "conflicts with imported crate in this module" for a while, mixed with rust-lang/rust#31504. When the ICE got fixed, the conflict error seemed to go away as well.
Seems to cause compile error when
gfx
is imported in parent module.use $crate
importsgfx
, then it is imported once more withuse super::*
. Just my guess.gfx/src/render/src/macros/pso.rs
Line 211 in 64d8fce
Getting this error in PistonDevelopers/piston-examples#333:
The text was updated successfully, but these errors were encountered: