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
master
rust
/
tests
/
rustdoc
/
intra-doc
/
auxiliary
/
pub-struct.rs
2 lines
23 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Fix the bugs and add a regression test - All attributes for an item need to be considered at once, they can't be considered a line at a time. - The top-level crate was not being visited. This bug was caught by `extern-crate-used-only-in-link`, which I'm very glad I added. - Make the loader private to the module, so that only one function is exposed.
2021-08-21 15:14:56 -05:00
pub
struct
SomeStruct
;
Reference in New Issue
Copy Permalink