We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb3376 commit 8958235Copy full SHA for 8958235
compiler/rustc_trait_selection/src/traits/object_safety.rs
@@ -714,7 +714,6 @@ fn object_ty_for_trait<'tcx>(
714
// FIXME(mikeyhew) when unsized receivers are implemented as part of unsized rvalues, add this
715
// fallback query: `Receiver: Unsize<Receiver[Self => U]>` to support receivers like
716
// `self: Wrapper<Self>`.
717
-#[allow(dead_code)]
718
fn receiver_is_dispatchable<'tcx>(
719
tcx: TyCtxt<'tcx>,
720
method: ty::AssocItem,
0 commit comments