Skip to content
Prev Previous commit
RFC 2008: Future-proofing enums/structs with #[non_exhaustive] attribute
  • Loading branch information
scottmcm committed Aug 26, 2017
commit 60cf58828ab5747a17c9ebe36524c70ebc8fd035
4 changes: 2 additions & 2 deletions text/0000-non-exhaustive.md → text/2008-non-exhaustive.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Feature Name: non_exhaustive
- Start Date: 2017-05-24
- RFC PR: (leave this empty)
- Rust Issue: (leave this empty)
- RFC PR: https://github.com/rust-lang/rfcs/pull/2008
- Rust Issue: https://github.com/rust-lang/rust/issues/44109

# Summary

Expand Down