Skip to content

Commit 2edd301

Browse files
committed
Bless NLL test
1 parent 01c2520 commit 2edd301

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/test/ui/issues/issue-40000.nll.stderr

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@ error: higher-ranked subtype error
44
LL | foo(bar);
55
| ^^^
66

7-
error: aborting due to previous error
7+
error: higher-ranked subtype error
8+
--> $DIR/issue-40000.rs:6:9
9+
|
10+
LL | foo(bar);
11+
| ^^^
12+
13+
error: aborting due to 2 previous errors
814

0 commit comments

Comments
 (0)