Files
rust/crates/syntax/test_data/parser/ok/0011_outer_attribute.rs
2021-06-15 16:54:43 +03:00

7 lines
60 B
Rust

#[cfg(test)]
#[Ignore]
fn foo() {}
#[path = "a.rs"]
mod b;