cmyr / RustPlayground

Quickly test Rust code on macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crash with incorrect 'import' statements

cmyr opened this issue · comments

We have a custom syntax for declaring external crates, // ~ use some_crate. If you omit the 'use', however, we hard crash. Rups.