mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
some code docs for the ide_db/rename module
This commit is contained in:
parent
5e533e5900
commit
995c8f50a2
2 changed files with 28 additions and 6 deletions
|
@ -1470,6 +1470,7 @@ fn foo(Foo { i: bar }: Foo) -> i32 {
|
|||
|
||||
#[test]
|
||||
fn test_struct_field_complex_ident_pat() {
|
||||
cov_mark::check!(rename_record_pat_field_name_split);
|
||||
check(
|
||||
"baz",
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue