diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-04-08 11:34:12 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-04-08 11:34:12 -0400 |
| commit | 4cef7f296f1c986d7db36610a39f42c89028240f (patch) | |
| tree | 302d589ba156962c7aa8b833c83b302ac8736b34 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | ac3cc6c427a77c59dd02912cf7178d3190a16720 (diff) | |
| parent | c9454b1a02754b8cdb46fec00241d5fd2171ef9e (diff) | |
| download | rust-4cef7f296f1c986d7db36610a39f42c89028240f.tar.gz rust-4cef7f296f1c986d7db36610a39f42c89028240f.zip | |
Rollup merge of #24149 - bombless:update-faq, r=steveklabnik
I think "let is used to introduce variables" is incorrent.
You can use
```rust
match (42, true) {
(x, y) => { /* ... */ }
}
```
to replace
```rust
let x = 42;
let y = true;
```
so it's nothing special for `let`.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
