Skip to content

Commit 54b74ef

Browse files
committed
Unstable means unstable
1 parent be0586e commit 54b74ef

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)