rust-function_name icon indicating copy to clipboard operation
rust-function_name copied to clipboard

macro that expands to the name of the annotated function

Results 3 rust-function_name issues
Sort by recently updated
recently updated
newest added

Hello, Would you mind a little rustup bump? I ran rustfmt with `tab_spaces=4` (seems close to your preferences, even if I strongly advise using only 2). Tried to update our...

Hello! We use this crate for the tests of the `mongodb` crate, and we recently ran into a case where instead of us getting a compiler error, the compiler panicked,...

Hi, I am converting C code to rust, currently at a piece of code with `__func__`. I would like to replace it with a nul-terminated CStr, so I propose the...