Panic filename (#4625)

automerge
This commit is contained in:
Jack May
2019-06-10 11:00:15 -07:00
committed by Grimes
parent 1fa31c9410
commit 9f6496d38a
13 changed files with 129 additions and 75 deletions

View File

@ -1,5 +1,3 @@
[dependencies.compiler_builtins]
path = "../../../../sdk/bpf/rust-bpf-sysroot/src/compiler-builtins"
features = ["c", "mem"]

View File

@ -1,5 +1,4 @@
//! @brief Example Rust-based BPF program that prints out the parameters passed to it
//! @brief Example Rust-based BPF program that test dynamic memory allocation
#![no_std]
#[macro_use]