mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	 e72fba4160
			
		
	
	
		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;
 |