retriever icon indicating copy to clipboard operation
retriever copied to clipboard

Add newly required bound due to rust-lang/rust#100046

Open compiler-errors opened this issue 2 years ago • 0 comments

See https://github.com/rust-lang/rust/pull/100046#issuecomment-1214446815

This lifetime bound S: 'a should've been required the whole time, but the compiler was not smart enough and had unsoundness :sweat_smile:

compiler-errors avatar Aug 14 '22 21:08 compiler-errors