about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-05-18 19:04:06 +0200
committerGitHub <noreply@github.com>2020-05-18 19:04:06 +0200
commit0b63bc7b515ba3858a02d1cde5ead54dc9091d55 (patch)
tree0c0214307b15e304374d6d3b02f1a105e7d09efb /library/std/src/sys/unix/stack_overflow.rs
parent4adb9a85c32e56ee4e9bcd48c96b791150b469ad (diff)
parent15911963ecac775a2e427aada287bd0f3f86e0e2 (diff)
downloadrust-0b63bc7b515ba3858a02d1cde5ead54dc9091d55.tar.gz
rust-0b63bc7b515ba3858a02d1cde5ead54dc9091d55.zip
Rollup merge of #72290 - elichai:2020-doc-lto, r=wesleywiser
Add newer rust versions to linker-plugin-lto.md

Hi,
This doc got a bit out of date,
it's hosted here: https://doc.rust-lang.org/rustc/linker-plugin-lto.html
you can check the versions I've added via:
```bash
$ rustup install 1.38.0
$ rustc +1.38.0 -vV
rustc 1.38.0 (625451e37 2019-09-23)
binary: rustc
commit-hash: 625451e376bb2e5283fc4741caa0a3e8a2ca4d54
commit-date: 2019-09-23
host: x86_64-unknown-linux-gnu
release: 1.38.0
LLVM version: 9.0

$ rustup install 1.43.1
$ rustc +1.43.1 -vV
rustc 1.43.1 (8d69840ab 2020-05-04)
binary: rustc
commit-hash: 8d69840ab92ea7f4d323420088dd8c9775f180cd
commit-date: 2020-05-04
host: x86_64-unknown-linux-gnu
release: 1.43.1
LLVM version: 9.0
```
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions