Skip to content

Commit ea835fc

Browse files
Update the test to match the change
1 parent 5fc9105 commit ea835fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/ide_completion/src/completions/postfix.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ fn main() {
342342
sn match match expr {}
343343
sn box Box::new(expr)
344344
sn ok Ok(expr)
345+
sn err Err(expr)
345346
sn some Some(expr)
346347
sn dbg dbg!(expr)
347348
sn dbgr dbg!(&expr)
@@ -374,6 +375,7 @@ fn main() {
374375
sn match match expr {}
375376
sn box Box::new(expr)
376377
sn ok Ok(expr)
378+
sn err Err(expr)
377379
sn some Some(expr)
378380
sn dbg dbg!(expr)
379381
sn dbgr dbg!(&expr)
@@ -397,6 +399,7 @@ fn main() {
397399
sn match match expr {}
398400
sn box Box::new(expr)
399401
sn ok Ok(expr)
402+
sn err Err(expr)
400403
sn some Some(expr)
401404
sn dbg dbg!(expr)
402405
sn dbgr dbg!(&expr)
@@ -425,6 +428,7 @@ fn main() {
425428
sn match match expr {}
426429
sn box Box::new(expr)
427430
sn ok Ok(expr)
431+
sn err Err(expr)
428432
sn some Some(expr)
429433
sn dbg dbg!(expr)
430434
sn dbgr dbg!(&expr)

0 commit comments

Comments
 (0)