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
dcb4c0ada6
rust
/
crates
/
syntax
/
test_data
/
parser
/
ok
/
0011_outer_attribute.rs
7 lines
60 B
Rust
Raw
Normal View
History
Unescape
Escape
G: item outer attributes
2018-01-11 14:01:12 -06:00
#[
cfg(test)
]
#[
ignore
]
fn
foo
(
)
{
}
Parse correct AttrInput
2019-09-29 15:44:33 -05:00
#[
path =
"
a.rs
"
]
mod
b
;
Reference in New Issue
Copy Permalink