Skip to content

Commit

Permalink
Merge pull request #2405 from SimonSapin/unstable-means-unstable
Browse files Browse the repository at this point in the history
Unstable features accidentally usable on the Stable release chanel are still unstable
  • Loading branch information
Centril authored May 31, 2018
2 parents cdd0053 + 54b74ef commit 51e3cbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions text/1105-api-evolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ The RFC covers only API issues; other issues related to language features,
lints, type inference, command line arguments, Cargo, and so on are considered
out of scope.

The stability promise specifically does *not* apply to unstable features,
even if they are accidentally usable on the Stable release channel
under certain conditions such as because of bugs in the compiler.

# Motivation

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

0 comments on commit 51e3cbc

Please sign in to comment.