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

7 lines
60 B
Rust
Raw Normal View History

2018-01-11 21:01:12 +01:00
#[cfg(test)]
#[ignore]
fn foo() {}
2019-09-29 22:44:33 +02:00
#[path = "a.rs"]
mod b;