Skip to content

Commit bdcacc9

Browse files
committed
---
yaml --- r: 2303 b: refs/heads/master c: a5ccead h: refs/heads/master i: 2301: c5064fb 2299: 7a2e5d8 2295: 24c88f8 2287: d16d29e 2271: 1036899 2239: 0ec8bba 2175: 7dcbab2 2047: 92c572a v: v3
1 parent eb57a49 commit bdcacc9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-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: 1dd63ff42d41df9392210127a9eb5a0744d9d5b9
2+
refs/heads/master: a5ccead3fdb509109806cb5cb4865afd93a1b4fb
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// xfail-boot
2+
// error-pattern: unresolved name
3+
4+
import m.unexported;
5+
6+
mod m {
7+
export exported;
8+
9+
fn exported() {
10+
}
11+
12+
fn unexported() {
13+
}
14+
}
15+
16+
17+
fn main() {
18+
unexported();
19+
}

0 commit comments

Comments
 (0)