Skip to content

Commit 51e3cbc

Browse files
authored
Merge pull request #2405 from SimonSapin/unstable-means-unstable
Unstable features accidentally usable on the Stable release chanel are still unstable
2 parents cdd0053 + 54b74ef commit 51e3cbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

text/1105-api-evolution.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ The RFC covers only API issues; other issues related to language features,
2222
lints, type inference, command line arguments, Cargo, and so on are considered
2323
out of scope.
2424

25+
The stability promise specifically does *not* apply to unstable features,
26+
even if they are accidentally usable on the Stable release channel
27+
under certain conditions such as because of bugs in the compiler.
28+
2529
# Motivation
2630

2731
Both Rust and its library ecosystem have adopted [semver](http://semver.org/), a

0 commit comments

Comments
 (0)