coeuvre / swing-copters-rs

A Swing Copters clone with Rust
MIT License
1 stars 1 forks source link

Error when compiling #1

Open bvssvni opened 10 years ago

bvssvni commented 10 years ago
src/main.rs:37:9: 37:15 error: file not found for module `action`
/Users/sven/rust/clones/swing-copters-rs/src/main.rs:37 pub mod action;
                                                                ^~~~~~
coeuvre commented 10 years ago

Sorry! I forgot add the file action.rs which is actually an empty file.