bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
c456b21
rust-analyzer
/ crates/syntax/test_data/parser/ok/0011_outer_attribute.rs
Raw
1
2
3
4
5
6
#[cfg(test)] #[Ignore] fn foo() {} #[path = "a.rs"] mod b;