Michael Goulet
Michael Goulet
@bors try
@craterbot check
Crater run is clean. One failure is `lu_packets`, which is known bad (it has impl-sorting dependent overflow errors). Others are disk out of space, except for [`wpilog-rs`](https://crater-reports.s3.amazonaws.com/pr-122267/try%2305804f728f276cf7ecedbf71c814df440d37f293/gh/oh-yes-0-fps.wpilog-rs/log.txt) which has no...
@bors r=lcnr
Minimal: ```rust #![feature(unsized_fn_params)] #[derive(Copy, Clone)] struct Target(str); fn w(t: &Target) { x(*t); } fn x(t: Target) {} ```
otherwise looks fine to me
@rustbot ready
@bors r=cjgillot
> There's also a test failing with the new trait solver that looks like a bug (normalizing-self-auto-trait-issue-109924.rs gives a refinement error when it shouldn't). Yeah, this is a new solver...