File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a5bca7df8842fe816a0288e1dd13226ceb9ec6fb
2
+ refs/heads/master: 95bdedf12d5f7e0e5bd2fc015e845449c3d1741d
Original file line number Diff line number Diff line change 1
-
2
-
3
-
4
1
// xfail-stage0
2
+
5
3
mod test_single_attr_outer {
6
4
7
5
#[ attr = "val" ]
8
6
const int x = 10 ;
9
7
10
8
#[ attr = "val" ]
11
- mod mod1 { }
9
+ fn f ( ) { }
10
+
11
+ #[ attr = "val" ]
12
+ mod mod1 {
13
+ }
12
14
13
15
#[ attr = "val" ]
14
16
native "rust" mod rustrt { }
@@ -29,7 +31,12 @@ mod test_multi_attr_outer {
29
31
30
32
#[ attr1 = "val" ]
31
33
#[ attr2 = "val" ]
32
- mod mod1 { }
34
+ fn f ( ) { }
35
+
36
+ #[ attr1 = "val" ]
37
+ #[ attr2 = "val" ]
38
+ mod mod1 {
39
+ }
33
40
34
41
#[ attr1 = "val" ]
35
42
#[ attr2 = "val" ]
@@ -45,4 +52,4 @@ mod test_multi_attr_outer {
45
52
obj o( ) { }
46
53
}
47
54
48
- fn main ( ) { }
55
+ fn main ( ) { }
You can’t perform that action at this time.
0 commit comments