When I compile it I get error[E0554]: #[feature] may not be used on the stable release channel --> src/lib.rs:1:19 | 1 | #![cfg_attr(test, feature(test))] | ^^^^^^^^^^^^^
error: aborting due to previous error error: Could not compile `fs2`. To learn more, run the command again with --verbose.