Skip to content

Commit 5b3e8a2

Browse files
committed
Change existing test to reflect new behaviour
The change in this test is minimal, as this is a specific case. The benefits for other cases explained in #148070 outweight the change.
1 parent 4034ea3 commit 5b3e8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/test-attrs/inaccessible-test-modules.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LL | use test as y;
1313
help: consider importing this module instead
1414
|
1515
LL | use test::test as y;
16-
| ++++++
16+
| ++++++
1717

1818
error: aborting due to 2 previous errors
1919

0 commit comments

Comments
 (0)