You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate supports quite a lot of nightly features, which is good, given that you need them to do a surprising number of things. But it would be nice if we could run the code on a stable compiler.
My suggestion would be to add a feature 'nightly' and use cfg_attr to enable the features if the nightly feature is set.
Thoughts?
The text was updated successfully, but these errors were encountered:
This crate supports quite a lot of nightly features, which is good, given that you need them to do a surprising number of things. But it would be nice if we could run the code on a stable compiler.
My suggestion would be to add a feature 'nightly' and use
cfg_attr
to enable the features if thenightly
feature is set.Thoughts?
The text was updated successfully, but these errors were encountered: