Skip to content

Commit 8f80713

Browse files
committed
Rust version policy: explain distribution toolchains
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent e6fc94c commit 8f80713

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Rust-version-policy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ The reason is that we cannot guarantee newer Rust versions will work due to the
1010

1111
Having said that, generally speaking, newer versions should work, as long as one patches any potential compilation errors coming from changes in unstable features.
1212

13+
### Distribution toolchains
14+
15+
Some Linux distributions provide Rust toolchains (i.e. built by the distribution maintainers, rather than redistributing the ones from https://www.rust-lang.org). These toolchains should be fine to use, as long as they have not been modified in unexpected ways (and keeping in mind the versioning limitations).
16+
1317
## Update policy
1418

1519
### Before a minimum version can be declared

0 commit comments

Comments
 (0)