rust-function_name
rust-function_name copied to clipboard
macro that expands to the name of the annotated function
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...