-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
For the avr-unknown-gnu-atmega328 platform (which is tier 3 currently), no ad and pwd modules are defined, resulting in errors like
error[E0432]: unresolved import `ad`
--> /home/chrysn/.cargo/registry/src/git.colasdn.top-1ecc6299db9ec823/cty-0.2.1/src/lib.rs:13:9
|
13 | pub use ad::*;
| ^^ maybe a missing crate `ad`?
error[E0432]: unresolved import `pwd`
--> /home/chrysn/.cargo/registry/src/git.colasdn.top-1ecc6299db9ec823/cty-0.2.1/src/lib.rs:17:9
|
17 | pub use pwd::*;
| ^^^ maybe a missing crate `pwd`?
For more information about this error, try `rustc --explain E0432`.
I can probably provide a PR at a later point, right now I just encountered this, and want to document it so I can pick it up later.
Metadata
Metadata
Assignees
Labels
No labels