pub macro bench($item:item) {
    ...
}
🔬 This is a nightly-only experimental API. (test #50297)
Expand description

Attribute macro applied to a function to turn it into a benchmark test.