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.
1 parent b5c6446 commit ae02998Copy full SHA for ae02998
src/lib.rs
@@ -356,7 +356,7 @@ mod tests {
356
fn parse_stable_abi_txt() {
357
let stable_abi_exports = parse_stable_abi_defs(STABLE_ABI_DEFS);
358
359
- assert_eq!(stable_abi_exports.len(), 857);
+ assert_eq!(stable_abi_exports.len(), 859);
360
// assert_eq!(stable_abi_exports.capacity(), 1526);
361
362
let data_sym_num = stable_abi_exports.iter().filter(|x| x.is_data).count();
0 commit comments