Jakob Degen

Results 8 issues of Jakob Degen

Some more complicated situations do not allow one to find an example that cleanly succeeds/fails depending on rustc version. Especially when hacking on rustc is eg find an example that...

enhancement
A-boundary-checks

In tests, closures can now have explicit `Fn*` impls, in which case the default impls will no longer be emitted for that closure. These types of impls are restricted to...

This also applies that option to some uses of the visitor. I had considered a design more similar to #100087 in which we detect if the CFG needs to be...

T-compiler
S-waiting-on-author

This PR rewrites the multi cartesian product iterator. The original goal was to fix #337 ; however, there was no nice way of storing the state associated with that (besides...

Closes #293 . Both the opsem and lang teams felt that a simple majority, which in their case meant 3/5 team members, did not sufficiently reflect team consensus. This PR...

Steps to reproduce: ```sh $ cat setup.sh cd /tmp sl init --git example && cd example touch x && sl commit -m 'initial' --addremove echo abc > x && sl...

See my comment here for the motivation: https://github.com/rust-lang/rust/issues/59618#issuecomment-1520583112 . Unfortunately, the impl can't just be added. hashbrown's `EntryRef`s are currently `Send`, which means that they can't be allowed to co-exist....

Summary: To fix OSS CI failures Differential Revision: D57190633

CLA Signed
fb-exported