about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-04-08 11:34:12 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-04-08 11:34:12 -0400
commit4cef7f296f1c986d7db36610a39f42c89028240f (patch)
tree302d589ba156962c7aa8b833c83b302ac8736b34 /src/libstd/sys/unix/stack_overflow.rs
parentac3cc6c427a77c59dd02912cf7178d3190a16720 (diff)
parentc9454b1a02754b8cdb46fec00241d5fd2171ef9e (diff)
downloadrust-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