-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Experiment: Add where T: Default
to Default for [T; 0]
impl.
#145457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@bors try |
Experiment: Add `where T: Default` to `Default for [T; 0]` impl.
This comment has been minimized.
This comment has been minimized.
@craterbot check |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
Not to be merged; just an experiment.
I'm curious how many crates rely on the
Default for [T; 0]
implementation not having aT: Default
bound. Let's do a crater check run to find out. :)