diff options
Diffstat (limited to 'crates/syntax/test_data/parser/ok/0011_outer_attribute.rs')
-rw-r--r-- | crates/syntax/test_data/parser/ok/0011_outer_attribute.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/ok/0011_outer_attribute.rs b/crates/syntax/test_data/parser/ok/0011_outer_attribute.rs new file mode 100644 index 000000000..3d2e01d5c --- /dev/null +++ b/crates/syntax/test_data/parser/ok/0011_outer_attribute.rs | |||
@@ -0,0 +1,6 @@ | |||
1 | #[cfg(test)] | ||
2 | #[ignore] | ||
3 | fn foo() {} | ||
4 | |||
5 | #[path = "a.rs"] | ||
6 | mod b; | ||