From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 622EE19C552; Mon, 11 Nov 2024 13:52:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731333130; cv=none; b=G7jicl+u+V5+l+59RtwN+KLQ5+hKOqrDCzjM6naf6wC38LLF6pTjscVKXGbfY0D5WnibB2QsiFFrqZhdRsQ4qZ7jJcxFaHWmrfW8Kt/kHr2bw/l+bI8xwbqup/XaOy6cl7B6xY3Rvce96h4I0xVWaT9M8fd+lxSkd/vbPCDgN74= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731333130; c=relaxed/simple; bh=QxF/kLnSp35vJXvisUEwnI1LBa6wyV6iJAHjZxY0B2U=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=F8VQ8XGw/sIP9GJRVLoKKwA9bcAg8ru2neTXiM97BRzN0jWgRHzod2SVClXZvQpNRLdYlehVdrKoKhSl8e3bgi+UedGC+8/uRNHcQuSjBjaY6qiHton1sdGUFcGKQglkp24vxZrw1hTkuSY5Rqxcu1gMdeAOGr087WYsM1M8RpM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cBxND8Qu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cBxND8Qu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C33C7C4CED5; Mon, 11 Nov 2024 13:52:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1731333129; bh=QxF/kLnSp35vJXvisUEwnI1LBa6wyV6iJAHjZxY0B2U=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=cBxND8Qu9cTGbaT7QfeYp70ZWP2tXTwzTvXIHRapuEG0Ql+UwTfi/gg7nh5mms4jE QEjOCra/die2mSlP2N7KOW34mEQPiZJzZYUF849N0M/crm3qoJrRTzeofoQ9Rf1SPl hErSIaRuKagLCGffIyjTSD6oy/Ig5hEtxexOdwENYVKF99Ht/efEgfEBz6k6Wf2mHp F1GPtQXkEdc40wtc5WuPVcY5mM+CgSnEt+EcGjkH1UV/73cvWbjA5p4IyyCVG5uoIb d6W9Nf7bx6i4HF/LsAZwxty8imOk2T+LUYz1brFyZLgM9Gyn13nVu3GSgVZPOYXq66 rMjkX0WRj2eZw== From: Andreas Hindborg To: "Dirk Behme" Cc: "Alistair Francis" , , , , , , , , , , , , , Subject: Re: [PATCH v3 00/11] rust: bindings: Auto-generate inline static functions In-Reply-To: <9369b621-47d1-4967-8a68-874bb602deeb@de.bosch.com> (Dirk Behme's message of "Mon, 11 Nov 2024 14:23:07 +0100") References: <20241111112615.179133-1-alistair@alistair23.me> <9369b621-47d1-4967-8a68-874bb602deeb@de.bosch.com> Date: Mon, 11 Nov 2024 14:51:56 +0100 Message-ID: <87msi5swsj.fsf@kernel.org> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain "Dirk Behme" writes: > > It builds for me now and the htmldocs were built as well. > > Tested-by: Dirk Behme Does it build for you if you have a clean tree? I think there is a dependency issue in the makefile, as indicated in another email. Best regards, Andreas Hindborg