Skip to content

Commit ab8e795

Browse files
committed
---
yaml --- r: 1176 b: refs/heads/master c: 26817cb h: refs/heads/master v: v3
1 parent 736662b commit ab8e795

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-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: c0955f037080b636b283e7a7b9ce0cf0f59a9c68
2+
refs/heads/master: 26817cbb0830a37d2bfedbde03defaea1e90e25b
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
mod a {
2+
mod b {
3+
type t = int;
4+
fn foo() {
5+
let t x = 10;
6+
}
7+
}
8+
}
9+
10+
fn main() {
11+
}

0 commit comments

Comments
 (0)