From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-vk1-f176.google.com (mail-vk1-f176.google.com [209.85.221.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0D29D72 for ; Fri, 9 Jul 2021 11:56:05 +0000 (UTC) Received: by mail-vk1-f176.google.com with SMTP id i14so2122286vkd.1 for ; Fri, 09 Jul 2021 04:56:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=h6xFKCBJoaT/N6NByIjkVWeOrXn8HKosHhJ/fhRBKVc=; b=pNNnycleBc65YA1xWEcI1qQSnq5UGCYeZ3s+iLxh11adfUnEY6v0SBMHXq4y0LAiM5 Oxm1jv0VSaAqj49ve5YPoAXMGFZYikv4L0+m+KPdWWRTnhLvhWR+rCyVbHq2PRE4RPSC 6Q+Y9eZGSeoVN6vpyp0zqnGKjbs88m08Rj4W6mWGCw5ZsLtAaijv5tzHzUOP5usVq4GQ ZGxk6YDR0QZP/BpcJaD04OiXJHp/iUZA7VPmfEQ4bBIrv9OqEN3cQM0BzXw7IUVM9NwF Y6S/gjx2su6JD1gmsvHhiSOltcab+EFdmdzqWzGhRcU47W68aJYva1CR1EqB36Z34s17 esPw== X-Gm-Message-State: AOAM530Ed4SM7cbXezh4yt6NOJnVHbRIKkdK2QbWXESr3Qm1toP1rBYV Jy2q1weuHaJuHPzq6jnVQrsL5lF9fNKq2Tn3SeY= X-Google-Smtp-Source: ABdhPJxAfwYqQPRJ15s3VBDum2pGL/2wTEY26/yOUxPAhDKDVYmxXTwQEMkZ+kLvTqJ2ntwkTVNxUCQxUgCj2l1iZNM= X-Received: by 2002:a1f:1207:: with SMTP id 7mr14807241vks.1.1625831764920; Fri, 09 Jul 2021 04:56:04 -0700 (PDT) Precedence: bulk X-Mailing-List: ksummit@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <1f2a62c19845e4602817c2130d47bbea02d04d1d.camel@HansenPartnership.com> <20210707203827.GI18396@quack2.suse.cz> In-Reply-To: From: Geert Uytterhoeven Date: Fri, 9 Jul 2021 13:55:53 +0200 Message-ID: Subject: Re: [TECH TOPIC] Rust for Linux To: Miguel Ojeda Cc: Wedson Almeida Filho , Jan Kara , Greg KH , James Bottomley , Julia Lawall , Laurent Pinchart , Linus Walleij , Roland Dreier , ksummit@lists.linux.dev Content-Type: text/plain; charset="UTF-8" Hi Miguel, On Thu, Jul 8, 2021 at 4:36 PM Miguel Ojeda wrote: > On Thu, Jul 8, 2021 at 4:33 PM Geert Uytterhoeven wrote: > > What if I would ignore that? I.e. > > > > let Some(content) = strong; > > println!("{}", content); > > > > ? > > It does not compile :-) Oh, so it's like __must_check and -Werrror on steroids ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds