Any functions marked as benchmark by #[bench] using rust builtin bench will fail to be parsed.
0: error building test list
1: line 'byte::benches::bench_memcmp_decode_first_asc_large: benchmark' did not end with the string ': test'
If they are not supported on purpose, then ignore them may be a better alternative.
Any functions marked as benchmark by
#[bench]using rust builtin bench will fail to be parsed.If they are not supported on purpose, then ignore them may be a better alternative.