Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6aaace01 authored by Charisee's avatar Charisee Committed by Charisee Chiw
Browse files

Change request for Rust v1.64.0

bug: 243420629
Test: run test_compiler
Tag: #feature
Change-Id: I3f4e173d80a81e6641c6d100bdb2dbfc95ce7fe1
parent 28fee546
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ pub use crate::hci::*;
pub use crate::stack::*;

#[cxx::bridge(namespace = bluetooth::shim::rust)]
#[allow(unused_must_use)]
pub mod ffi {
    extern "Rust" {
        type Stack;
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ use tokio::runtime::Runtime;
use tokio::sync::mpsc::{unbounded_channel, UnboundedSender};

#[cxx::bridge(namespace = bluetooth::shim::rust)]
#[allow(unused_must_use)]
mod ffi {
    unsafe extern "C++" {
        include!("callbacks/callbacks.h");