rust/crates/syntax/test_data/parser/ok/0011_outer_attribute.rs
2020-08-12 18:30:53 +02:00

6 lines
60 B
Rust

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