remove commented out code
This commit is contained in:
parent
23b766ce63
commit
b534229a3a
1 changed files with 0 additions and 2 deletions
|
|
@ -1941,8 +1941,6 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
|
|||
match &errors[..] {
|
||||
[] => {}
|
||||
[error] => {
|
||||
// diag.note("{error:#?}");
|
||||
// diag.note(format!("{:#?} {:#?} {:#?}", error.obligation, error.obligation.cause, error.obligation.cause.code()));
|
||||
let msg = "`Clone` is not implemented because a trait bound is not \
|
||||
satisfied";
|
||||
if let traits::ObligationCauseCode::ImplDerived(data) =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue