This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
74f8eb51ae
rust
/
src
/
test
/
run-pass
/
crate-attributes.rc
7 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
rustc: Parse attributes in crate files Issue #487
2011-06-16 17:31:59 -05:00
#[name = "crate-attributes"];
#[vers = "1.0"];
rustc: Parse inner items of file-level modules linked from crate files Issue #487
2011-06-16 16:59:51 -05:00
mod m = "crate-attributes-src" {
mod foo;
rustc: Parse attributes in crate files Issue #487
2011-06-16 17:31:59 -05:00
}
Reference in New Issue
Copy Permalink