-
Notifications
You must be signed in to change notification settings - Fork 63
Conversation
fanninpm
commented
Jul 4, 2021
- Add 86528
- Add 86535
- Add 86642
- Add 86703
- Add 86719
- Add 86720
- Add 86756
- Add 86784
- Add 86800
- Add 86820
- Add 86850
Issue: rust-lang/rust#86528
Issue: rust-lang/rust#86535
Issue: rust-lang/rust#86642
Issue: rust-lang/rust#86703
Issue: rust-lang/rust#86719
Issue: rust-lang/rust#86720
Issue: rust-lang/rust#86756
Issue: rust-lang/rust#86784
Issue: rust-lang/rust#86800
Issue: rust-lang/rust#86820
Issue: rust-lang/rust#86850
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some examples need to be tweaked manually. Let me do and push it.
@@ -0,0 +1,27 @@ | |||
#![feature(impl_trait_in_bindings)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like that this is likely a duplicate of the mentioned issue but let's see it with glacier.
ices/86820.sh
Outdated
@@ -0,0 +1,40 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't have to be run as an actual crate. All it needs is to place assert!
on fn main()
.
I'm a bit concerned that one example is very large but it doesn't affect the check time much, so I'm going to accept it. |
@JohnTitor you mean rust-lang/rust#86784 (comment) ? Yeah, it's crazy how big it is, but surprisingly fast to compile, mostly because it's only assignments. Thanks for adding it ;) |