We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0becb6c commit 0347f81Copy full SHA for 0347f81
crates/ide/src/rename.rs
@@ -2636,7 +2636,7 @@ pub struct S;
2636
//- /main.rs crate:main deps:lib new_source_root:local
2637
use lib::S$0;
2638
"#,
2639
- "error: Cannot rename a non-local definition. Set `renameExternalItems` to `true` to allow renaming for this item.",
+ "error: Cannot rename a non-local definition as the config for it is disabled",
2640
false,
2641
);
2642
@@ -2663,7 +2663,7 @@ use core::hash::Hash;
2663
#[derive(H$0ash)]
2664
struct A;
2665
2666
2667
2668
2669
}
0 commit comments