Skip to content

Commit f21c74e

Browse files
committed
bless test with weird span changes?
1 parent 546a5c0 commit f21c74e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/suggestions/unnamable-types.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ note: however, the inferred type `{closure@unnamable-types.rs:17:14}` cannot be
2626
--> $DIR/unnamable-types.rs:17:14
2727
|
2828
LL | const C: _ = || 42;
29-
| ^^^^^
29+
| ^^
3030

3131
error: missing type for `const` item
3232
--> $DIR/unnamable-types.rs:23:8
@@ -62,7 +62,7 @@ note: however, the inferred type `{coroutine@$DIR/unnamable-types.rs:37:24: 37:3
6262
--> $DIR/unnamable-types.rs:37:24
6363
|
6464
LL | const G = #[coroutine] || -> i32 { yield 0; return 1; };
65-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
65+
| ^^^^^^^^^
6666

6767
error: aborting due to 7 previous errors
6868

0 commit comments

Comments
 (0)