pub fn f(_: impl Clone)
becomes pub fn f<impl Clone: Clone>(_: impl Clone)
#23
Labels
limitation
A current limitation of the library, e.g. due to an upstream bug.
waiting-on-upstream
Some other project needs to make a change before we can make a change.
Because of rust-lang/rust#94150
The text was updated successfully, but these errors were encountered: