YJIT: Make PendingBranch::set_target must_use [ci skip]

This commit is contained in:
Alan Wu 2024-10-23 10:20:14 -04:00
parent cb661d7d82
commit 8e509380a2

View File

@ -1521,6 +1521,7 @@ impl std::fmt::Debug for Branch {
impl PendingBranch {
/// Set up a branch target at `target_idx`. Find an existing block to branch to
/// or generate a stub for one.
#[must_use]
fn set_target(
&self,
target_idx: u32,