Skip to content

Commit 19c36e2

Browse files
authored
Merge pull request #76 from c410-f3r/patch-1
Document `rust_fuzzer_test_input`
2 parents bea6250 + 8e021d1 commit 19c36e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ pub fn initialize(_argc: *const isize, _argv: *const *const *const u8) -> isize
116116
#[macro_export]
117117
macro_rules! fuzz_target {
118118
(|$bytes:ident| $body:block) => {
119+
/// Auto-generated function
119120
#[no_mangle]
120121
pub extern "C" fn rust_fuzzer_test_input($bytes: &[u8]) {
121122
// When `RUST_LIBFUZZER_DEBUG_PATH` is set, write the debug

0 commit comments

Comments
 (0)