mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
fix: format literal lookup
This commit is contained in:
parent
5076f50c7a
commit
91358bd937
7 changed files with 46 additions and 22 deletions
|
@ -467,7 +467,7 @@ fn foo() {
|
|||
fn completes_enum_variant_pat() {
|
||||
cov_mark::check!(enum_variant_pattern_path);
|
||||
check_edit(
|
||||
"RecordVariant {…}",
|
||||
"RecordVariant{}",
|
||||
r#"
|
||||
enum Enum {
|
||||
RecordVariant { field: u32 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue