Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BEDAEC636CC for ; Tue, 7 Feb 2023 20:46:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229663AbjBGUqG (ORCPT ); Tue, 7 Feb 2023 15:46:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229571AbjBGUqE (ORCPT ); Tue, 7 Feb 2023 15:46:04 -0500 Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF0923A84F; Tue, 7 Feb 2023 12:46:03 -0800 (PST) Received: by mail-ej1-x632.google.com with SMTP id c13so4083877ejz.1; Tue, 07 Feb 2023 12:46:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:references:to:from:subject:cc:message-id:date :content-transfer-encoding:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=eUN3UIdP4KIPNBI/X6EMqo5BbUYmuXYRGv5c40D5QhU=; b=gNc4/0rtB9+RmWXc23p0kdo4wH9VnEwX1fkf2JQ5Z2oozvGoUBMzkEbXOgWxZi7Vl6 K53sBsMFxmNABndzBnOq1R/EZl7TlKgHdruleeeW2zHqJVmTK+GBxEg4gkx9bQaOz/El 1F3ZGCEuTsGfUGJY3YVhTYW++cjwTdfiTGBqC8353mbZr8bpKWKhXMUFW9x50DC8Xu/+ D9KTogBxkuqWbz/JjJ9WLGInTiQjaJtzJ5XJy/pOQ/bNJW2TqQNmTDnzgjddVAKRo3dU oACvS2S9hn5VRD4qh5U+RiksON12z0Zts8BAV3/XJo3FtprumPzXD+o4Dg5WnT01ASXN NA5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:references:to:from:subject:cc:message-id:date :content-transfer-encoding:mime-version:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=eUN3UIdP4KIPNBI/X6EMqo5BbUYmuXYRGv5c40D5QhU=; b=YsVNuiZfh6s4nxazetjL1trUb32zyWSJeavQE1Lw0jBbrcVxSCQL9bt5yM9lGRZQXo /xNMgPuD5F4yqy6YX2kMhQOjYTR8EBPnnNGspKcA3yD5vEYjuUKXrybPmdP4q9ZxIdzB ANn2PnYeIV9lMTIObxuSNHs6vR61fbhMuTaDBxYhuqIaB9B08j8W0XybamlOsQs9XNEr wXB8W+9xey2Gk0P5n8j3paxKzFFre+Ck06kKM9A9GqI5wCr7G20WJYY64Y7b3xdkry9Y SfA+dtNve83sSKmlbvNPOejFF/Xs0SKeXRUfG0DEU5RuE5WlwN/ulrUdps1bshpmKl/H txNA== X-Gm-Message-State: AO0yUKWp1QVZFe4DK0Z3/t6EN6f+shxU4ai49FqFvUiA9JdaOmq7pJgR QoEXSpicQ+4HtCdOcdS8fxg= X-Google-Smtp-Source: AK7set/ZmySSZP4tgoA5FLKI8BH6KdmEZFSRIFnAgz8nmerbEUi5Z5b5/fJ9SY4bcakOC9wabc97WA== X-Received: by 2002:a17:906:e213:b0:878:71fe:2f12 with SMTP id gf19-20020a170906e21300b0087871fe2f12mr4633860ejb.50.1675802762349; Tue, 07 Feb 2023 12:46:02 -0800 (PST) Received: from localhost ([2001:b07:5d37:537d:cd23:cd6e:ae14:44fe]) by smtp.gmail.com with ESMTPSA id kd21-20020a17090798d500b008857fe10c5csm7244732ejc.126.2023.02.07.12.46.00 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 07 Feb 2023 12:46:01 -0800 (PST) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 07 Feb 2023 20:45:59 +0000 Message-Id: Cc: "Miguel Ojeda" , "Alex Gaynor" , "Wedson Almeida Filho" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Will Deacon" , "Peter Zijlstra" , "Mark Rutland" , "Greg Kroah-Hartman" , =?utf-8?q?Sergio_Gonz=C3=A1lez_Collado?= , "Finn Behrens" Subject: Re: [PATCH v2 1/2] rust: sync: impl {Debug,Display} for {Unique,}Arc From: "Vincenzo Palazzo" To: "Boqun Feng" , , References: <20230207185216.1314638-1-boqun.feng@gmail.com> <20230207185216.1314638-2-boqun.feng@gmail.com> In-Reply-To: <20230207185216.1314638-2-boqun.feng@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > This allows printing the inner data of `Arc` and its friends if the > inner data implements `Display` or `Debug`. It's useful for logging and > debugging purpose. > > Signed-off-by: Boqun Feng > Reviwed-by: Vincenzo Palazzo > --- With this review I will override my previous one, because it=20 contains a typo inside the Reviewed-by. Sorry about that! Reviewed-by: Vincenzo Palazzo