Skip to content

Commit c3a17a7

Browse files
committed
---
yaml --- r: 3173 b: refs/heads/master c: 99301ff h: refs/heads/master i: 3171: 9ab305b v: v3
1 parent cdbfde4 commit c3a17a7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b727d079ed211b35cbea7184c1b4cf7927e00350
2+
refs/heads/master: 99301ff8303b6a0a21bb3aca9b0efb73b064ac2d

trunk/src/test/run-pass/item-attributes.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
// xfail-stage0
22

3+
// These are are attributes of the following mod
4+
#[attr1 = "val"]
5+
#[attr2 = "val"]
6+
mod test_first_item_in_file_mod {
7+
}
8+
39
mod test_single_attr_outer {
410

511
#[attr = "val"]

0 commit comments

Comments
 (0)