Skip to content

Commit 9b011d9

Browse files
committed
---
yaml --- r: 11422 b: refs/heads/master c: ae23ee2 h: refs/heads/master v: v3
1 parent abb8daf commit 9b011d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 99a48660d1a9c124e7b2f738c51641dddf1adf6f
2+
refs/heads/master: ae23ee28e2c7c107a1996a47de552bc729e585a0
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Testing that we don't fail abnormally after hitting the errors
2+
3+
import unresolved::*; //! ERROR unresolved modulename
4+
//!^ ERROR unresolved does not name a module
5+
6+
fn main() {
7+
}

0 commit comments

Comments
 (0)