Jana Dönszelmann

Results 44 issues of Jana Dönszelmann

Hi there! We recently redid how the should_panic attribute is parsed in the rust compiler. When we did so, we realized we were too permissive, and even when using the...

r? @oli-obk

T-compiler
S-waiting-on-author

@bors2 try

T-compiler
S-waiting-on-bors
perf-regression

Rust does not allow destructuring types which implement the `Drop` trait. This means that moving data out of such types is hard and error prone. The rationale is that once...

T-lang
A-patterns
A-drop