Skip to content

Instantly share code, notes, and snippets.

@augustl
Created February 6, 2016 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save augustl/77d8655c80062d1d7e49 to your computer and use it in GitHub Desktop.
Save augustl/77d8655c80062d1d7e49 to your computer and use it in GitHub Desktop.
vendor/rust/src/libcore/intrinsics.rs:557:5: 557:58 error: intrinsic has wrong type: expected `unsafe extern "rust-intrinsic" fn(fn(*mut u8), *mut u8, *mut u8) -> i32`: incorrect number of function parameters [E0211]
vendor/rust/src/libcore/intrinsics.rs:557 pub fn try(f: fn(*mut u8), data: *mut u8) -> *mut u8;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vendor/rust/src/libcore/intrinsics.rs:557:5: 557:58 help: run `rustc --explain E0211` to see a detailed explanation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment