- 
                Notifications
    You must be signed in to change notification settings 
- Fork 7
Closed
Labels
Description
Upgraded from rust 1.28 to 1.30, and it stopped compiling:
include!(concat!(env!("OUT_DIR"), "/data.rs"));
error: couldn't read "src/routes/false/data.rs": No such file or directory (os error 2)
  --> src/routes/statics.rs:11:1
   |
11 | include!(concat!(env!("OUT_DIR"), "/data.rs"));
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^