about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2019-09-02 13:50:44 +0200
committerMichael Woerister <michaelwoerister@posteo>2019-09-02 13:50:44 +0200
commitb0bb3017c12d8e2cafb6a9852a10e12dc8e044e9 (patch)
treef9f2ed97d2c9ada38056ed505fa8de36823f1de7 /src/doc
parentfdaf594bab31eec75fb6d582cd33e5a5b43de7f4 (diff)
downloadrust-b0bb3017c12d8e2cafb6a9852a10e12dc8e044e9.tar.gz
rust-b0bb3017c12d8e2cafb6a9852a10e12dc8e044e9.zip
Update xLTO compatibility table in rustc book.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc/src/linker-plugin-lto.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc/src/linker-plugin-lto.md b/src/doc/rustc/src/linker-plugin-lto.md
index 2ae726c4ba6..6f1bbe60569 100644
--- a/src/doc/rustc/src/linker-plugin-lto.md
+++ b/src/doc/rustc/src/linker-plugin-lto.md
@@ -105,5 +105,6 @@ The following table shows known good combinations of toolchain versions.
 | Rust 1.34 |     ✗     |     ✓     |
 | Rust 1.35 |     ✗     |     ✓     |
 | Rust 1.36 |     ✗     |     ✓     |
+| Rust 1.37 |     ✗     |     ✓     |
 
 Note that the compatibility policy for this feature might change in the future.