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 7ab01b2 commit 32daa2aCopy full SHA for 32daa2a
RELEASES.md
@@ -12,7 +12,7 @@ Language
12
match words {
13
["Hello", "World", "!", ..] => println!("Hello World!"),
14
["Foo", "Bar", ..] => println!("Baz"),
15
- rest => println!("{}", rest),
+ rest => println!("{:?}", rest),
16
}
17
18
```
0 commit comments