pepsighan / ruukh-ui

An experimental next-gen frontend framework for the Web in Rust.
MIT License
0 stars 1 forks source link

input example fails to build #32

Open Boscop opened 6 years ago

Boscop commented 6 years ago
error: expected one of: `<`, curly braces, string literal
  --> examples\input\src\lib.rs:17:13
   |
17 |             Name: <input @input={Self::on_input}/>
   |             ^^^^

error: aborting due to previous error

error: Could not compile `input`.

To learn more, run the command again with --verbose.
  ←[1;32mGenerating←[0m JS bindings
error: failed to read `D:\3rdparty\ruukh\target/wasm32-unknown-unknown\debug\inp
ut.wasm`
        caused by: The system cannot find the file specified. (os error 2)
     ←[1;32mServing←[0m at http://localhost:3000

It works when I remove Name:.

(Btw, maybe the web server shouldn't be started when the build failed.)