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

7 lines
60 B
Rust
Raw Normal View History

2018-01-11 23:01:12 +03:00
#[cfg(test)]
#[Ignore]
2018-01-11 23:01:12 +03:00
fn foo() {}
2019-09-30 04:44:33 +08:00
#[path = "a.rs"]
mod b;