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
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 23:01:12 +03:00
#[
cfg(test)
]
internal: enforce no #[ignore] and no #[should_panic]
2021-06-15 16:54:43 +03:00
#[
Ignore
]
G: item outer attributes
2018-01-11 23:01:12 +03:00
fn
foo
(
)
{
}
Parse correct AttrInput
2019-09-30 04:44:33 +08:00
#[
path =
"
a.rs
"
]
mod
b
;
Reference in New Issue
Copy Permalink