Skip to content

Commit 487daab

Browse files
committed
Fix test
1 parent 8a93dec commit 487daab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/resolve/issue-23305.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ note: the cycle begins when processing `<impl at $DIR/issue-23305.rs:15:1: 15:20
88
--> $DIR/issue-23305.rs:15:1
99
|
1010
15 | impl ToNbt<Self> {}
11-
| ^^^^^^^^^^^^^^^^^^^
11+
| ^^^^^^^^^^^^^^^^
1212
= note: ...which then again requires processing `<impl at $DIR/issue-23305.rs:15:1: 15:20>`, completing the cycle.
1313

1414
error: aborting due to previous error

0 commit comments

Comments
 (0)