We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a64d81 + d3f246c commit 52fee73Copy full SHA for 52fee73
src/attributes.md
@@ -93,6 +93,7 @@ type int8_t = i8;
93
item](#language-items) for more details.
94
- `test` - indicates that this function is a test function, to only be compiled
95
in case of `--test`.
96
+ - `ignore` - indicates that this test function is disabled.
97
- `should_panic` - indicates that this test function should panic, inverting the success condition.
98
- `cold` - The function is unlikely to be executed, so optimize it (and calls
99
to it) differently.
0 commit comments