rust/crates/syntax/test_data/parser/ok/0011_outer_attribute.rs

7 lines
60 B
Rust

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