This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -100,20 +100,20 @@ LLVM. However, the approximation is usually reliable.
100100
101101The following table shows known good combinations of toolchain versions.
102102
103- | | Clang 7 | Clang 8 | Clang 9 | Clang 10 |
104- | -----------| ----------- | ----------- | ----------- | -----------|
105- | Rust 1.34 | ✗ | ✓ | ✗ | ✗ |
106- | Rust 1.35 | ✗ | ✓ | ✗ | ✗ |
107- | Rust 1.36 | ✗ | ✓ | ✗ | ✗ |
108- | Rust 1.37 | ✗ | ✓ | ✗ | ✗ |
109- | Rust 1.38 | ✗ | ✗ | ✓ | ✗ |
110- | Rust 1.39 | ✗ | ✗ | ✓ | ✗ |
111- | Rust 1.40 | ✗ | ✗ | ✓ | ✗ |
112- | Rust 1.41 | ✗ | ✗ | ✓ | ✗ |
113- | Rust 1.42 | ✗ | ✗ | ✓ | ✗ |
114- | Rust 1.43 | ✗ | ✗ | ✓ | ✗ |
115- | Rust 1.44 | ✗ | ✗ | ✓ | ✗ |
116- | Rust 1.45 | ✗ | ✗ | ✗ | ✓ |
117- | Rust 1.46 | ✗ | ✗ | ✗ | ✓ |
103+ | Rust Version | Clang Version |
104+ | --------------| ---------------|
105+ | Rust 1.34 | Clang 8 |
106+ | Rust 1.35 | Clang 8 |
107+ | Rust 1.36 | Clang 8 |
108+ | Rust 1.37 | Clang 8 |
109+ | Rust 1.38 | Clang 9 |
110+ | Rust 1.39 | Clang 9 |
111+ | Rust 1.40 | Clang 9 |
112+ | Rust 1.41 | Clang 9 |
113+ | Rust 1.42 | Clang 9 |
114+ | Rust 1.43 | Clang 9 |
115+ | Rust 1.44 | Clang 9 |
116+ | Rust 1.45 | Clang 10 |
117+ | Rust 1.46 | Clang 10 |
118118
119119Note that the compatibility policy for this feature might change in the future.
You can’t perform that action at this time.
0 commit comments