Skip to content

Commit 8382990

Browse files
committed
Add new minimal test for current blocker on bootstrapping.
1 parent 86d4601 commit 8382990

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// xfail-stage0
2+
3+
tag colour { red; green; }
4+
5+
obj foo[T]() {
6+
fn meth(&T x) {
7+
}
8+
}
9+
10+
fn main() {
11+
foo[colour]().meth(red);
12+
}

0 commit comments

Comments
 (0)