Skip to content

Commit 0347f81

Browse files
committed
Update tests
1 parent 0becb6c commit 0347f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide/src/rename.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2636,7 +2636,7 @@ pub struct S;
26362636
//- /main.rs crate:main deps:lib new_source_root:local
26372637
use lib::S$0;
26382638
"#,
2639-
"error: Cannot rename a non-local definition. Set `renameExternalItems` to `true` to allow renaming for this item.",
2639+
"error: Cannot rename a non-local definition as the config for it is disabled",
26402640
false,
26412641
);
26422642

@@ -2663,7 +2663,7 @@ use core::hash::Hash;
26632663
#[derive(H$0ash)]
26642664
struct A;
26652665
"#,
2666-
"error: Cannot rename a non-local definition. Set `renameExternalItems` to `true` to allow renaming for this item.",
2666+
"error: Cannot rename a non-local definition as the config for it is disabled",
26672667
false,
26682668
);
26692669
}

0 commit comments

Comments
 (0)