darfink / detour-rs

A cross-platform detour library written in Rust
Other
389 stars 71 forks source link

Error then detour has attribute. #4

Closed kgv closed 6 years ago

kgv commented 6 years ago

This code:

static_detours! {
    #[windows]
    struct Test: /* extern "X" */ fn(i32) -> i32;
}

Throws error:

error: local ambiguity: multiple parsing options: built-in NTs tt ('next') or 1 other option.
  --> examples\temp.rs:19:5
   |
19 |     #[windows]
   |     ^

error: Could not compile `windows`.

To learn more, run the command again with --verbose.