Rollup merge of #37967 - sfackler:enumset-issue, r=sfackler

Add a tracking issue for enum_set

I totally forgot this even existed!
This commit is contained in:
Seo Sanghyeon 2016-11-26 22:02:14 +09:00 committed by GitHub
commit 6ffcdff06c

View File

@ -16,7 +16,7 @@
#![unstable(feature = "enumset",
reason = "matches collection reform specification, \
waiting for dust to settle",
issue = "0")]
issue = "37966")]
use core::marker;
use core::fmt;