mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
e72fba4160
Since the directory that contains source files is called `src`, it makes sense to name the scripts that way, too.
6 lines
80 B
Rust
6 lines
80 B
Rust
#![crate_name = "foo"]
|
|
|
|
// @hasraw src-files.js source-file.rs
|
|
|
|
pub struct Foo;
|