Bump Rust-BPF to v1.46 (#15273)

This commit is contained in:
Jack May
2021-02-18 11:30:08 -08:00
committed by GitHub
parent e09c8543e4
commit 48785b507b
15 changed files with 32 additions and 150 deletions

View File

@@ -1,10 +1,10 @@
//! @brief Test builtin mem functions
#![cfg(target_arch = "bpf")]
#![feature(compiler_builtins_lib)]
#![feature(rustc_private)]
extern crate compiler_builtins;
use solana_program::{custom_panic_default, entrypoint::SUCCESS, info};
use solana_program::{custom_panic_default, entrypoint::SUCCESS};
#[no_mangle]
pub extern "C" fn entrypoint(_input: *mut u8) -> u64 {