1
Fork 0

Make effects an incomplete feature

This commit is contained in:
Deadbeef 2024-06-21 12:22:29 +00:00
parent a6a83d3d4e
commit 81da6a6d40
123 changed files with 774 additions and 111 deletions

View file

@ -449,7 +449,7 @@ declare_features! (
/// Allows `dyn* Trait` objects.
(incomplete, dyn_star, "1.65.0", Some(102425)),
/// Uses generic effect parameters for ~const bounds
(unstable, effects, "1.72.0", Some(102090)),
(incomplete, effects, "1.72.0", Some(102090)),
/// Allows exhaustive pattern matching on types that contain uninhabited types.
(unstable, exhaustive_patterns, "1.13.0", Some(51085)),
/// Allows explicit tail calls via `become` expression.